',document.body.appendChild(t)});
2 |
--------------------------------------------------------------------------------
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | github: [raguggg] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4 | patreon: # Replace with a single Patreon username
5 | open_collective: # Replace with a single Open Collective username
6 | ko_fi: # Replace with a single Ko-fi username
7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9 | liberapay: # Replace with a single Liberapay username
10 | issuehunt: # Replace with a single IssueHunt username
11 | otechie: # Replace with a single Otechie username
12 | lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13 | custom: ['https://www.buymeacoffee.com/ragu2k']
14 |
--------------------------------------------------------------------------------
/extension/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "QuillBot Premium",
3 | "version": "2.0.0",
4 | "description": "It is used to gain free access to all premium features of Quillbot, maintained by Ragu!",
5 | "manifest_version": 3,
6 | "icons": {
7 | "16": "icon16.png",
8 | "48": "icon48.png",
9 | "128": "icon128.png"
10 | },
11 | "action": {},
12 | "web_accessible_resources": [
13 | {
14 | "resources": [
15 | "quillbot.js",
16 | "inject.js"
17 | ],
18 | "matches": [
19 | "https://quillbot.com/*"
20 | ]
21 | }
22 | ],
23 | "content_scripts": [
24 | {
25 | "js": [
26 | "inject.js"
27 | ],
28 | "matches": [
29 | "https://quillbot.com/*"
30 | ],
31 | "all_frames": true,
32 | "run_at": "document_start"
33 | }
34 | ],
35 | "permissions": [
36 | "cookies"
37 | ],
38 | "host_permissions": [
39 | "
2 |
3 |
8 | Enjoy all the premium features of Quillbot for free, including plagiarism checks!
9 |
10 | Report Bug
11 | ·
12 | Request Feature
13 |
74 |
75 | ## 🌐 Website
76 |
77 | Visit my website [here](https://raguggg.github.io/).
78 |
79 | ## 📊 Repository Views
80 |
81 | 
82 |
--------------------------------------------------------------------------------