No Promoted - Twitter Ad Blocker
An extension to remove promoted tweets, ads on Twitter
What is No Promoted - Twitter Ad Blocker?
No Promoted - Twitter Ad Blocker is a Chrome extension developed by https://cagataypalaz.com, and its main feature is "An extension to remove promoted tweets, ads on Twitter".
Extension Screenshots
Download No Promoted - Twitter Ad Blocker Extension CRX File
Download No Promoted - Twitter Ad Blocker 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
No Promoted is an ad blocker for Twitter. It automatically hides/removes the promoted tweets and accounts. How to use? No Promoted is easy to use extension. Just add your browser and activate it by clicking the extension icon on the top. Requirements? None! There're no requirements to use this extension. It's free to use and no signup required. Language support? Only English is supported at the moment, other languages will be supported soon. For requests and support please join my Discord support server https://discord.gg/eutMDUWPwU
Extension Basic Information
Name | No Promoted - Twitter Ad Blocker |
ID | nbpbiadehdooghgohmhfkkmambcnccbk |
Official URL | https://chromewebstore.google.com/detail/no-promoted-twitter-ad-bl/nbpbiadehdooghgohmhfkkmambcnccbk |
Description | An extension to remove promoted tweets, ads on Twitter |
File Size | 16.16 KB |
Installation Count | 36 |
Current Version | 1.1 |
Last Updated | 2022-06-21 |
Publish Date | 2022-06-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://cagataypalaz.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://discord.gg/eutMDUWPwU |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Promoted - Twitter Ad Blocker", "description": "An extension to remove promoted tweets, ads on Twitter", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "webNavigation", "scripting", "storage" ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |