Hide Twitter Promotion
Hide Twitter Promotion
What is Hide Twitter Promotion?
Hide Twitter Promotion is a Chrome extension developed by Dongri Jin, and its main feature is "Hide Twitter Promotion".
Extension Screenshots
Download Hide Twitter Promotion Extension CRX File
Download Hide Twitter Promotion 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
Hide Twitter Promotion is used to automatically remove promoted posts on Twitter Timeline
Extension Basic Information
Name | Hide Twitter Promotion |
ID | bpiehgdmajooljhbeekiphmbphdbmjcc |
Official URL | https://chromewebstore.google.com/detail/hide-twitter-promotion/bpiehgdmajooljhbeekiphmbphdbmjcc |
Description | Hide Twitter Promotion |
File Size | 49.19 KB |
Installation Count | 23 |
Current Version | 0.0.3 |
Last Updated | 2021-05-03 |
Publish Date | 2020-03-06 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Dongri Jin |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Twitter Promotion", "version": "0.0.3", "description": "Hide Twitter Promotion", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/home", "https:\/\/www.twitter.com\/home" ], "js": [ "jquery.min.js", "block.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |