Don't pay $8. Use Quitter Blue to retain your verified status. In fact, give it to everyone! Who's a bot and who's not?
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"version": "1.0",
"name": "Quitter Blue",
"description": "Don't pay $8. Use Quitter Blue to retain your verified status. In fact, give it to everyone! Who's a bot and who's not?",
"permissions": [],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"js": [
"jquery.js",
"content.js"
],
"matches": [
"https://twitter.com/*"
],
"match_about_blank": true,
"all_frames": false,
"run_at": "document_end"
}
]
}