Twitter View Hider
Automatically hide view counts of tweets in your timeline
Apa itu Twitter View Hider?
Twitter View Hider adalah ekstensi Chrome yang dikembangkan oleh Adrien Minne, dan fitur utamanya adalah "Automatically hide view counts of tweets in your timeline".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitter View Hider
Unduh file ekstensi Twitter View Hider 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
This extension hides the view count that was recently added on the tweets of your timeline.
Informasi Dasar Ekstensi
Nama | Twitter View Hider |
ID | mmoiilglckpgboidkcedhkhmimmeblml |
URL Resmi | https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml |
Deskripsi | Automatically hide view counts of tweets in your timeline |
Ukuran File | 11.32 KB |
Jumlah Instalasi | 35 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-12-25 |
Tanggal Publikasi | 2022-12-25 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Adrien Minne |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter View Hider", "version": "1.0", "manifest_version": 3, "description": "Automatically hide view counts of tweets in your timeline", "permissions": [], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "web_accessible_resources": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |