Twitter AdBlock
Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
Apa itu Twitter AdBlock?
Twitter AdBlock adalah ekstensi Chrome yang dikembangkan oleh Anbodev, dan fitur utamanya adalah "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitter AdBlock
Unduh file ekstensi Twitter AdBlock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Twitter AdBlock |
ID | kjaonljkcdidebicpnjijbfefeblncal |
URL Resmi | https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal |
Deskripsi | Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets |
Ukuran File | 47.02 KB |
Jumlah Instalasi | 730 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2021-01-30 |
Tanggal Publikasi | 2021-01-18 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | Anbodev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |