BlurImage
This extension will blur all images in img tags on the page. Can whitelist by domains
Vad är BlurImage?
BlurImage är en Chrome-tillägg utvecklad av dliu, och dess huvudfunktion är "This extension will blur all images in img tags on the page. Can whitelist by domains".
Tilläggsskärmbilder
Ladda ner BlurImage-förlängningens CRX-fil
Ladda ner BlurImage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Blur images from web pages The Blur Images extension will blur out any images and videos. This extension is useful for when you are at work or any other place where you might not want everyone around you to see your images and videos from your private pages. Can whitelist pages.
Grundläggande Information om Tillägg
Namn | BlurImage |
ID | obgehdjfdokhbmbgdkaklcphepdhombh |
Officiell webbadress | https://chromewebstore.google.com/detail/blurimage/obgehdjfdokhbmbgdkaklcphepdhombh |
Beskrivning | This extension will blur all images in img tags on the page. Can whitelist by domains |
Filstorlek | 24.03 KB |
Antal Installationer | 122 |
Aktuell Version | 0.0.8 |
Senast Uppdaterad | 2024-02-13 |
Publiceringsdatum | 2024-02-05 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | dliu |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BlurImage", "description": "This extension will blur all images in img tags on the page. Can whitelist by domains", "version": "0.0.8", "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "permissions": [ "storage", "tabs" ], "action": { "default_icon": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "default_title": "BlurImage", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |