Kill Twitter
Gets rid of Twitter news feed.
Apa itu Kill Twitter?
Kill Twitter adalah ekstensi Chrome yang dikembangkan oleh Nabeel Qureshi, dan fitur utamanya adalah "Gets rid of Twitter news feed.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Kill Twitter
Unduh file ekstensi Kill 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
I wrote this extension to stop myself from wasting time on Twitter. It worked. The extension kills the news feed and adds a message telling you to go do some work. It also removes the "Moments" tab, but keeps your notifications and messages tabs. No more wasting time on Twitter. No more getting distracted when you log on to send a message. It's that simple.
Informasi Dasar Ekstensi
Nama | Kill Twitter |
ID | ndblfolgapkbmjgfodhcpfpekoelkhln |
URL Resmi | https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln |
Deskripsi | Gets rid of Twitter news feed. |
Ukuran File | 61.34 KB |
Jumlah Instalasi | 48 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2018-03-28 |
Tanggal Publikasi | 2018-03-28 |
Penilaian | 3.67/5 Total 6 Penilaian |
Pengembang | Nabeel Qureshi |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kill Twitter", "version": "1.0.0", "description": "Gets rid of Twitter news feed.", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "jquery.min.js", "kill_twitter.js" ], "run_at": "document_start" } ], "manifest_version": 2 } |