Instagram Dark Theme
Dark Theme for Instagram
Cos'è Instagram Dark Theme?
Instagram Dark Theme è un'estensione di Chrome sviluppata da samagragupta, e la sua funzione principale è "Dark Theme for Instagram".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instagram Dark Theme
Scarica i file di estensione Instagram Dark Theme 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
Get the Dark theme on your instagram page!!
Informazioni di Base sull'Estensione
Nome | |
ID | hifllpglcioapaciaggdmjpjcfpgehdg |
URL Ufficiale | https://chrome.google.com/webstore/detail/instagram-dark-theme/hifllpglcioapaciaggdmjpjcfpgehdg |
Descrizione | Dark Theme for Instagram |
Dimensione del File | 12.03 KB |
Conteggio Installazioni | 89 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-09-27 |
Data di Pubblicazione | 2020-09-27 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | samagragupta |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Dark Theme", "version": "1.0", "description": "Dark Theme for Instagram", "icons": { "128": "icon.png" }, "manifest_version": 2, "content_scripts": [ { "js": [ "script.js" ], "css": [ "contentstyle.css" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "web_accessible_resources": [ "style.css", "dark.png" ], "permissions": [ "storage" ] } |