Twitter Blue Verified Removal
Remove paid verified Twitter checkmarks.
What is Twitter Blue Verified Removal?
Twitter Blue Verified Removal is a Chrome extension developed by zeeuwed001, and its main feature is "Remove paid verified Twitter checkmarks.".
Extension Screenshots
Download Twitter Blue Verified Removal Extension CRX File
Download Twitter Blue Verified Removal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Only removes paid Twitter checkmarks.
Extension Basic Information
Name | Twitter Blue Verified Removal |
ID | okfkcgdchhdlhekohmidnidgmonlpjed |
Official URL | https://chromewebstore.google.com/detail/twitter-blue-verified-rem/okfkcgdchhdlhekohmidnidgmonlpjed |
Description | Remove paid verified Twitter checkmarks. |
File Size | 34.74 KB |
Installation Count | 49 |
Current Version | 1.0 |
Last Updated | 2022-11-15 |
Publish Date | 2022-11-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | zeeuwed001 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Blue Verified Removal", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Remove paid verified Twitter checkmarks.", "manifest_version": 3, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ] } ], "action": [] } |