Img Hidden
This extension hides annoying backgrounds and images.
Cos'è Img Hidden?
Img Hidden è un'estensione di Chrome sviluppata da cammann.tom, e la sua funzione principale è "This extension hides annoying backgrounds and images.".
Scarica il file CRX dell'estensione Img Hidden
Scarica i file di estensione Img Hidden 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
A chrome extension to hide images and backgrounds on a page. Images/backgrounds can be toggled on and off to allow for a more pleasant reading experience. Go from clutter to minimalist in a single click. Source code: https://github.com/takac/chrome-img-hidden/
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | fgncohcbpbbljbookdpjfeigbjkgpfeb |
URL Ufficiale | https://chrome.google.com/webstore/detail/img-hidden/fgncohcbpbbljbookdpjfeigbjkgpfeb |
Descrizione | This extension hides annoying backgrounds and images. |
Dimensione del File | 87.39 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2014-03-06 |
Data di Pubblicazione | 2014-03-06 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | cammann.tom |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://takac.github.io/chrome-img-hidden/ |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Img Hidden", "description": "This extension hides annoying backgrounds and images.", "version": "0.6", "permissions": [ "background", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |