Redesign for Instagram
A new, modern look for Instagram web
Cos'è Redesign for Instagram?
Redesign for Instagram è un'estensione di Chrome sviluppata da ivocass, e la sua funzione principale è "A new, modern look for Instagram web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Redesign for Instagram
Scarica i file di estensione Redesign for Instagram 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
This add-on updates Instagram in subtle ways, to make it look more polished an minimal. It also adds a 'Dark Mode' button to the user menu and an 'Open media in new tab' when hovering photos and stories. The code is open-source at https://github.com/ivocass/instagram-redesigned
Informazioni di Base sull'Estensione
Nome | |
ID | lhgbjhmblmfcgaklgpiebkeecgpkejhf |
URL Ufficiale | https://chrome.google.com/webstore/detail/redesign-for-instagram/lhgbjhmblmfcgaklgpiebkeecgpkejhf |
Descrizione | A new, modern look for Instagram web |
Dimensione del File | 36.45 KB |
Conteggio Installazioni | 272 |
Versione Corrente | 0.0.3.3 |
Ultimo Aggiornamento | 2022-08-19 |
Data di Pubblicazione | 2022-02-21 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | ivocass |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ivocass/instagram-redesigned |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redesign for Instagram", "version": "0.0.3.3", "description": "A new, modern look for Instagram web", "action": { "default_icon": { "16": "assets\/logo16.png", "32": "assets\/logo32.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "default_popup": "src\/popup.html" }, "icons": { "16": "assets\/logo16.png", "32": "assets\/logo32.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/chevron.png", "assets\/open-media.png", "assets\/dark-theme-icon.png" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "src\/css\/styles.css" ], "js": [ "src\/js\/content-script.js" ] } ], "manifest_version": 3 } |