Donanımhaber - Gece Modu
Donanımhaber forum gece modu eklentisi.
Cos'è Donanımhaber - Gece Modu?
Donanımhaber - Gece Modu è un'estensione di Chrome sviluppata da Emre Işıkkaya, e la sua funzione principale è "Donanımhaber forum gece modu eklentisi.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Donanımhaber - Gece Modu
Scarica i file di estensione Donanımhaber - Gece Modu 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
forum.donanimhaber.com gece modu eklentisi. -ikon paleti eklendi. -pm sayfasi eklendi. -sonsuz kaydırmadan kaynaklanan performans sorunu düzeltildi.
Informazioni di Base sull'Estensione
Nome | Donanımhaber - Gece Modu |
ID | monmhomcaccklhmlhbnhflccekmnallh |
URL Ufficiale | https://chromewebstore.google.com/detail/donan%C4%B1mhaber-gece-modu/monmhomcaccklhmlhbnhflccekmnallh |
Descrizione | Donanımhaber forum gece modu eklentisi. |
Dimensione del File | 31.01 KB |
Conteggio Installazioni | 142 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2018-01-21 |
Data di Pubblicazione | 2018-01-21 |
Valutazione | 3.70/5 Totale 10 Valutazioni |
Sviluppatore | Emre Işıkkaya |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://forum.donanimhaber.com |
Lingue Supportate | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donan\u0131mhaber - Gece Modu", "version": "2.0.0", "description": "Donan\u0131mhaber forum gece modu eklentisi.", "author": "emre \u0131\u015f\u0131kkaya [email protected]", "background": { "scripts": [ "js\/nightmode-bg.js" ] }, "icons": { "16": "img\/dh-open-16.png", "32": "img\/dh-open-32.png", "128": "img\/dh-open-128.png" }, "page_action": { "default_icon": "img\/dh-close-32.png", "default_title": "forum.donanimhaber.com'u a\u00e7t\u0131\u011f\u0131n\u0131zda gece modu \u00e7al\u0131\u015facakt\u0131r." }, "content_scripts": [ { "matches": [ "https:\/\/forum.donanimhaber.com\/*", "https:\/\/forum.donanimhaber.com\/" ], "js": [ "js\/nightmode.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ "css\/nightmode.min.css", "js\/icons.js" ], "permissions": [ "https:\/\/forum.donanimhaber.com\/", "tabs", "storage" ] } |