Twitter UnHooked
Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.
Apa itu Twitter UnHooked?
Twitter UnHooked adalah ekstensi Chrome yang dikembangkan oleh Pamela Fox, dan fitur utamanya adalah "Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitter UnHooked
Unduh file ekstensi Twitter UnHooked 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 will still let you use Twitter for composing tweets and following your network, but it changes the Twitter experience to be less addictive. This extension removes the Trends sidebar, the Who-to-follow sidebar, plus it changes the notifications count to be less attention-grabbing.
Informasi Dasar Ekstensi
Nama | Twitter UnHooked |
ID | imcokhibdjkdgepeadnipppignmnicnb |
URL Resmi | https://chromewebstore.google.com/detail/twitter-unhooked/imcokhibdjkdgepeadnipppignmnicnb |
Deskripsi | Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations. |
Ukuran File | 4.22 KB |
Jumlah Instalasi | 213 |
Versi Saat Ini | 0.7 |
Terakhir Diperbarui | 2022-08-11 |
Tanggal Publikasi | 2018-06-12 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Pamela Fox |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/pamelafox/twitter-unhooked |
URL Halaman Bantuan | https://github.com/pamelafox/twitter-unhooked/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter UnHooked", "version": "0.7", "description": "Hides parts of Twitter that are unneeded\/addictive: trends, follower recommendations.", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ], "all_frames": true } ], "manifest_version": 3 } |