Hide Blue Checks
Hide tweets from accounts with blue checkmarks.
What is Hide Blue Checks?
Hide Blue Checks is a Chrome extension developed by Ian Webster, and its main feature is "Hide tweets from accounts with blue checkmarks.".
Extension Screenshots
Download Hide Blue Checks Extension CRX File
Download Hide Blue Checks 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
This extension hides tweets from accounts with Blue "Verified" Checkmarks.
Extension Basic Information
Name | Hide Blue Checks |
ID | ahghnnmomjbgbfmmeiafbilhjlloaooc |
Official URL | https://chromewebstore.google.com/detail/hide-blue-checks/ahghnnmomjbgbfmmeiafbilhjlloaooc |
Description | Hide tweets from accounts with blue checkmarks. |
File Size | 17.17 KB |
Installation Count | 121 |
Current Version | 0.0.1 |
Last Updated | 2022-11-10 |
Publish Date | 2022-11-07 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Ian Webster |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/typpo/hide-blue-checks |
Help Page URL | https://github.com/typpo/hide-blue-checks/issues/new |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Blue Checks", "version": "0.0.1", "description": "Hide tweets from accounts with blue checkmarks.", "homepage_url": "https:\/\/github.com\/typpo\/hide-blue-checks", "manifest_version": 3, "minimum_chrome_version": "100", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "100.0" } }, "icons": { "128": "icon.3998fbaf.png" }, "permissions": [], "host_permissions": [ "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "content.b1d20040.js" ], "run_at": "document_end", "css": [] } ] } |