Promute
Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
Apa itu Promute?
Promute adalah ekstensi Chrome yang dikembangkan oleh wolfgang.werner, dan fitur utamanya adalah "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Promute
Unduh file ekstensi Promute 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
Promute is a Chrome Extension that automatically mutes twitter accounts sending promotions to your timeline as you scroll by. It does the simplest thing that could possibly work. Within a scroll listener, it ... * ... identifies promoted tweets by the 'Ad' label at the top of the tweet, * ... opens the tweets context menu, * ... and clicks the mute button
Informasi Dasar Ekstensi
Nama | Promute |
ID | jcglghjinanokeldhiebokopnoppbnnn |
URL Resmi | https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn |
Deskripsi | Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by. |
Ukuran File | 26.1 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 1.0.10 |
Terakhir Diperbarui | 2023-08-29 |
Tanggal Publikasi | 2020-12-25 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | wolfgang.werner |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/wwerner/promute |
URL Halaman Bantuan | https://github.com/wwerner/promute/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Promute", "manifest_version": 2, "version": "1.0.10", "description": "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.", "icons": { "16": ".\/logo_16.png", "48": ".\/logo_48.png", "128": ".\/logo_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "promute.js" ] } ] } |