Batoto Night Mode
An extension that makes it easier to read manga at night.
Cos'è Batoto Night Mode?
Batoto Night Mode è un'estensione di Chrome sviluppata da Zak Farmer, e la sua funzione principale è "An extension that makes it easier to read manga at night.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Batoto Night Mode
Scarica i file di estensione Batoto Night Mode 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
An extension that makes it easier to read manga at night on Bato.to It works by changing the bright outline of the manga reader to a dark black colour that isn't hard on the eyes at night.
Informazioni di Base sull'Estensione
Nome | Batoto Night Mode |
ID | feelolcmgjemepblejgjabdihpdaondk |
URL Ufficiale | https://chromewebstore.google.com/detail/batoto-night-mode/feelolcmgjemepblejgjabdihpdaondk |
Descrizione | An extension that makes it easier to read manga at night. |
Dimensione del File | 207 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2016-09-13 |
Data di Pubblicazione | 2016-09-13 |
Valutazione | 3.75/5 Totale 4 Valutazioni |
Sviluppatore | Zak Farmer |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Batoto Night Mode", "description": "An extension that makes it easier to read manga at night.", "version": "1.0.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "batotonight.css" ], "matches": [ "http:\/\/bato.to\/reader*" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/bato.to\/*", "tabs" ], "web_accessible_resources": [ "batotonight.css" ] } |