No Promoted - Twitter Ad Blocker
An extension to remove promoted tweets, ads on Twitter
Wat is No Promoted - Twitter Ad Blocker?
No Promoted - Twitter Ad Blocker is een Chrome-extensie ontwikkeld door https://cagataypalaz.com, en de belangrijkste functie is "An extension to remove promoted tweets, ads on Twitter".
Extensie Screenshots
Download het CRX-bestand van de extensie No Promoted - Twitter Ad Blocker
Download No Promoted - Twitter Ad Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | No Promoted - Twitter Ad Blocker |
ID | nbpbiadehdooghgohmhfkkmambcnccbk |
Officiële URL | https://chromewebstore.google.com/detail/no-promoted-twitter-ad-bl/nbpbiadehdooghgohmhfkkmambcnccbk |
Beschrijving | An extension to remove promoted tweets, ads on Twitter |
Bestandsgrootte | 16.16 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-06-21 |
Publicatiedatum | 2022-06-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://cagataypalaz.com |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://discord.gg/eutMDUWPwU |
Ondersteunde Talen | 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" } } |