Promoted Tweet Blocker for Twitter
Blocks Twitter promoted tweets from showing up on your timeline.
Apa itu Promoted Tweet Blocker for Twitter?
Promoted Tweet Blocker for Twitter adalah ekstensi Chrome yang dikembangkan oleh obipoketbobo, dan fitur utamanya adalah "Blocks Twitter promoted tweets from showing up on your timeline.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Promoted Tweet Blocker for Twitter
Unduh file ekstensi Promoted Tweet Blocker for Twitter 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
Hides all Twitter promoted tweets that interrupt your Twitter experience.
Informasi Dasar Ekstensi
Nama | Promoted Tweet Blocker for Twitter |
ID | epkkfgpbaehkidangmlmgkkiildlmded |
URL Resmi | https://chromewebstore.google.com/detail/promoted-tweet-blocker-fo/epkkfgpbaehkidangmlmgkkiildlmded |
Deskripsi | Blocks Twitter promoted tweets from showing up on your timeline. |
Ukuran File | 43.99 KB |
Jumlah Instalasi | 175 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2021-05-02 |
Tanggal Publikasi | 2021-05-02 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | obipoketbobo |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Promoted Tweet Blocker for Twitter", "short_name": "Promoted Tweet Blocker", "description": "Blocks Twitter promoted tweets from showing up on your timeline.", "browser_action": { "default_icon": "128.png" }, "version": "1.3", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ] } |