tweet-hider
tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
Apa itu tweet-hider?
tweet-hider adalah ekstensi Chrome yang dikembangkan oleh http://tweet-hider.ru, dan fitur utamanya adalah "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi tweet-hider
Unduh file ekstensi tweet-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
tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile Tired of endless retweets? Twitter looks like a chat? Tweet-hider easily deals with that! The extension will help you to hide replies and retweets in in a user's profile with one click. How to use the extension: After installing «Hide @ and RT» button will appear above the tweets. It hides all replies and retweets. Get the replies and retweets back by pressing the button again. Invented by RiverCity - http://river-city.ru
Informasi Dasar Ekstensi
Nama | |
ID | ndagpendmajgnailamkkghmbhiadnjkk |
URL Resmi | https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk |
Deskripsi | tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile |
Ukuran File | 37.21 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2012-10-02 |
Tanggal Publikasi | 2012-10-02 |
Penilaian | 3.67/5 Total 9 Penilaian |
Pengembang | http://tweet-hider.ru |
Tipe Pembayaran | free |
Situs Ekstensi | http://tweet-hider.ru |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "tweet-hider", "version": "1.6", "description": "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery.js", "th.js" ] } ], "manifest_version": 2, "homepage_url": "http:\/\/tweet-hider.ru\/", "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ] } |