Hide Twitter views.
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Apa itu Hide Twitter views.?
Hide Twitter views. adalah ekstensi Chrome yang dikembangkan oleh charies, dan fitur utamanya adalah "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hide Twitter views.
Unduh file ekstensi Hide Twitter views. 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
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Informasi Dasar Ekstensi
Nama | Hide Twitter views. |
ID | gbojcaianddcdcmagaeciibaonmmgaeg |
URL Resmi | https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg |
Deskripsi | Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets. |
Ukuran File | 15.58 KB |
Jumlah Instalasi | 253 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-12-27 |
Tanggal Publikasi | 2022-12-27 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | charies |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter views.", "version": "1.0", "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.", "action": { "default_popup": "html\/index.html", "default_icon": "images\/icon.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |