Cleaner Twitter
Make Twitter UI cleaner by removing annoying pieces.
Cos'è Cleaner Twitter?
Cleaner Twitter è un'estensione di Chrome sviluppata da Kenny_1291, e la sua funzione principale è "Make Twitter UI cleaner by removing annoying pieces.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cleaner Twitter
Scarica i file di estensione Cleaner Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Cleaner Twitter |
ID | iplodopmopkmkpblangcjomcdfiidneo |
URL Ufficiale | https://chromewebstore.google.com/detail/cleaner-twitter/iplodopmopkmkpblangcjomcdfiidneo |
Descrizione | Make Twitter UI cleaner by removing annoying pieces. |
Dimensione del File | 197 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.3.2 |
Ultimo Aggiornamento | 2024-02-05 |
Data di Pubblicazione | 2023-05-01 |
Sviluppatore | Kenny_1291 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Kenny1291/cleaner-twitter |
Lingue Supportate | 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": [ " |