Hide Twitter Trends
Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
Co to jest Hide Twitter Trends?
Hide Twitter Trends to rozszerzenie Chrome opracowane przez http://moath.dev, a jego główną funkcją jest „Hide Twitter (What’s happening, Who to follow, Topics to follow) elements”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide Twitter Trends
Pobierz pliki rozszerzeń Hide Twitter Trends w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lapmncfnibdclongbkleadoicnkhknia |
Oficjalny URL | https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia |
Opis | Hide Twitter (What’s happening, Who to follow, Topics to follow) elements |
Rozmiar pliku | 511 KB |
Liczba instalacji | 14,957 |
Aktualna Wersja | 0.10.2 |
Ostatnia Aktualizacja | 2022-06-28 |
Data Publikacji | 2020-07-19 |
Ocena | 4.46/5 Łącznie 90 Oceny |
Deweloper | http://moath.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/DevMoath/hide-twitter-trends |
Adres URL Strony Pomocy | https://github.com/DevMoath/hide-twitter-trends/issues |
Obsługiwane Języki | 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\/*" ] } ] } |