Twitter AdBlock
Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
Cos'è Twitter AdBlock?
Twitter AdBlock è un'estensione di Chrome sviluppata da Anbodev, e la sua funzione principale è "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter AdBlock
Scarica i file di estensione Twitter AdBlock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Removes all the promoted Tweets from your timeline, following and the trends. Prevents ads from loading when using the back/forward history button. Prevents ads from popping up in timeline when scrolling through tweets. Bypasses Twitter's link warning and auto directs to links clicked within tweets.
Informazioni di Base sull'Estensione
Nome | Twitter AdBlock |
ID | kjaonljkcdidebicpnjijbfefeblncal |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal |
Descrizione | Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets |
Dimensione del File | 47.02 KB |
Conteggio Installazioni | 730 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-01-30 |
Data di Pubblicazione | 2021-01-18 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | Anbodev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter AdBlock", "manifest_version": 2, "version": "1.2", "description": "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets", "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ] } ] } |