Helper for Twitter
Quick Block Users / Remove Ads / Hidden AI Robot Reply
What is Helper for Twitter?
Helper for Twitter is a Chrome extension developed by Haojen, and its main feature is "Quick Block Users / Remove Ads / Hidden AI Robot Reply".
Extension Screenshots
Download Helper for Twitter Extension CRX File
Download Helper for Twitter 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
- Add switch to blue bird logo icon - Improved details
Extension Basic Information
Name | Helper for Twitter |
ID | bfliajokeloclanhljkkahefonnphilj |
Official URL | https://chromewebstore.google.com/detail/helper-for-twitter/bfliajokeloclanhljkkahefonnphilj |
Description | Quick Block Users / Remove Ads / Hidden AI Robot Reply |
File Size | 2.37 MB |
Installation Count | 151 |
Current Version | 0.3.0 |
Last Updated | 2023-07-29 |
Publish Date | 2023-07-26 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Haojen |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "default_locale": "zh_CN", "version": "0.3.0", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/extension-icon-16.png", "19": "images\/extension-icon-19.png", "32": "images\/extension-icon-32.png", "38": "images\/extension-icon-38.png", "48": "images\/extension-icon-48.png", "72": "images\/extension-icon-72.png" } }, "icons": { "48": "images\/extension-icon-48.png", "96": "images\/extension-icon-96.png", "128": "images\/extension-icon-128.png", "256": "images\/extension-icon-256.png", "512": "images\/extension-icon-512.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "\/content.js" ], "css": [ "\/content.css" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "images\/block.svg", "images\/eyes.svg" ], "matches": [ "*:\/\/twitter.com\/*" ] } ] } |