Cleaner Twitter
Make Twitter UI cleaner by removing annoying pieces.
Co to jest Cleaner Twitter?
Cleaner Twitter to rozszerzenie Chrome opracowane przez Kenny_1291, a jego główną funkcją jest „Make Twitter UI cleaner by removing annoying pieces.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cleaner Twitter
Pobierz pliki rozszerzeń Cleaner Twitter 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
With this extension you can hide annoying Twitter UI pieces. *FEATURES* - Predefined rules - Modify and add custom CSS rules - Predefined rules updates (no extension update required) Source code: https://github.com/Kenny1291/cleaner-twitter
Podstawowe informacje o rozszerzeniu
Nazwa | Cleaner Twitter |
ID | iplodopmopkmkpblangcjomcdfiidneo |
Oficjalny URL | https://chromewebstore.google.com/detail/cleaner-twitter/iplodopmopkmkpblangcjomcdfiidneo |
Opis | Make Twitter UI cleaner by removing annoying pieces. |
Rozmiar pliku | 197 KB |
Liczba instalacji | 27 |
Aktualna Wersja | 0.3.2 |
Ostatnia Aktualizacja | 2024-02-05 |
Data Publikacji | 2023-05-01 |
Deweloper | Kenny_1291 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Kenny1291/cleaner-twitter |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cleaner Twitter", "description": "Make Twitter UI cleaner by removing annoying pieces.", "version": "0.3.2", "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "webNavigation" ], "background": { "service_worker": "service_workers\/background.js", "type": "module" }, "options_page": "options\/options.html", "web_accessible_resources": [ { "matches": [ " |