Blur Images
Blur images and show up on mouve over
Wat is Blur Images?
Blur Images is een Chrome-extensie ontwikkeld door btafarelo, en de belangrijkste functie is "Blur images and show up on mouve over".
Download het CRX-bestand van de extensie Blur Images
Download Blur Images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Blur images on web.whatsapp.com and show up on mouse over
Basisinformatie over de Extensie
Naam | |
ID | hhkcnfgillmhnkiddphcffgpcgpmfnaf |
Officiële URL | https://chrome.google.com/webstore/detail/blur-images/hhkcnfgillmhnkiddphcffgpcgpmfnaf |
Beschrijving | Blur images and show up on mouve over |
Bestandsgrootte | 8.06 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-12-01 |
Publicatiedatum | 2017-12-01 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | btafarelo |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |