Remove Unnecessary Tweets
Extension removes tweets other people's likes, from your timeline.
Apa itu Remove Unnecessary Tweets?
Remove Unnecessary Tweets adalah ekstensi Chrome yang dikembangkan oleh emreerkoca, dan fitur utamanya adalah "Extension removes tweets other people's likes, from your timeline.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Remove Unnecessary Tweets
Unduh file ekstensi Remove Unnecessary Tweets 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
You' re following some account for information but some people like funny tweets. If you think this is time loosing and you don' t want to see 'X liked this' etc. tweets, you can use this. So you can obtain more good Twitter timeline.
Informasi Dasar Ekstensi
Nama | |
ID | daicnhdooapknokokdpigjfmljkiekmd |
URL Resmi | https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd |
Deskripsi | Extension removes tweets other people's likes, from your timeline. |
Ukuran File | 6.95 KB |
Jumlah Instalasi | 80 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2020-11-05 |
Tanggal Publikasi | 2020-11-05 |
Pengembang | emreerkoca |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Unnecessary Tweets", "description": "Extension removes tweets other people's likes, from your timeline.", "version": "0.0.2", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "browser_action": { "default_icon": "twitter_icon.png", "default_popup": "popup.html" } } |