Blur Images
Blur images and show up on mouve over
Cos'è Blur Images?
Blur Images è un'estensione di Chrome sviluppata da btafarelo, e la sua funzione principale è "Blur images and show up on mouve over".
Scarica il file CRX dell'estensione Blur Images
Scarica i file di estensione Blur Images 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
Blur images on web.whatsapp.com and show up on mouse over
Informazioni di Base sull'Estensione
Nome | |
ID | hhkcnfgillmhnkiddphcffgpcgpmfnaf |
URL Ufficiale | https://chrome.google.com/webstore/detail/blur-images/hhkcnfgillmhnkiddphcffgpcgpmfnaf |
Descrizione | Blur images and show up on mouve over |
Dimensione del File | 8.06 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-12-01 |
Data di Pubblicazione | 2017-12-01 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | btafarelo |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blur Images", "version": "1.0", "description": "Blur images and show up on mouve over", "icons": [], "background": { "scripts": [ "main.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "blur-images.css" ] } ], "browser_action": { "default_icon": { "32": "icons\/blur-icon.jpeg" } } } |