Image blocker
Chrome extension for comfortable image blocking.
Vad är Image blocker?
Image blocker är en Chrome-tillägg utvecklad av Davit Osipyan, och dess huvudfunktion är "Chrome extension for comfortable image blocking.".
Tilläggsskärmbilder
Ladda ner Image blocker-förlängningens CRX-fil
Ladda ner Image blocker-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
ImageBlocker is a Chrome extension that lets you hide or unhide images on a web page. A simple click on the ImageBlocker address bar icon or context menu item reveals or conceals images on-the-fly with true Opera-style functionality. Hiding/unhiding images is just a click away! ---------------------------------------------- Please note that ImageBlocker is not traffic saver and doesn't prevent image downloading.
Grundläggande Information om Tillägg
Namn | Image blocker |
ID | mkhbghdfcdepfhgeklhdhlmdldiiaajp |
Officiell webbadress | https://chromewebstore.google.com/detail/image-blocker/mkhbghdfcdepfhgeklhdhlmdldiiaajp |
Beskrivning | Chrome extension for comfortable image blocking. |
Filstorlek | 236 KB |
Antal Installationer | 15,073 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2020-06-07 |
Publiceringsdatum | 2020-06-07 |
Betyg | 3.61/5 Totalt 117 Betyg |
Utvecklare | Davit Osipyan |
Betalningssätt | free |
Stödda Språk | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.2", "description": "__MSG_extDescription__", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "page_action": { "default_title": "__MSG_extName__" }, "default_locale": "en", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "page": "background.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |