Hide Twitter Trends
Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
Apa itu Hide Twitter Trends?
Hide Twitter Trends adalah ekstensi Chrome yang dikembangkan oleh http://moath.dev, dan fitur utamanya adalah "Hide Twitter (What’s happening, Who to follow, Topics to follow) elements".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hide Twitter Trends
Unduh file ekstensi Hide Twitter Trends 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
If you don't like the Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs, and you want to hide it this extension is your solution, this extension will hide Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs from Twitter web app and let you focus on your timeline.
Informasi Dasar Ekstensi
Nama | |
ID | lapmncfnibdclongbkleadoicnkhknia |
URL Resmi | https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia |
Deskripsi | Hide Twitter (What’s happening, Who to follow, Topics to follow) elements |
Ukuran File | 511 KB |
Jumlah Instalasi | 14,957 |
Versi Saat Ini | 0.10.2 |
Terakhir Diperbarui | 2022-06-28 |
Tanggal Publikasi | 2020-07-19 |
Penilaian | 4.46/5 Total 90 Penilaian |
Pengembang | http://moath.dev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/DevMoath/hide-twitter-trends |
URL Halaman Bantuan | https://github.com/DevMoath/hide-twitter-trends/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter Trends", "version": "0.10.2", "description": "Hide Twitter (What\u2019s happening, Who to follow, Topics to follow) elements", "author": "Moath Alhajri", "homepage_url": "https:\/\/moath.dev\/", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ] } |