Image Blocker EX+ 9000
Ridiculously powerful and customizable image blocker
Image Blocker EX+ 9000란 무엇입니까?
Image Blocker EX+ 9000은(는) Steve McKay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ridiculously powerful and customizable image blocker"입니다.
확장 프로그램 스크린샷
Image Blocker EX+ 9000 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Prevent almost all images from downloading. Prevent the rest from being shown. The toolbar button can disable permanently or temporarily. By default it is temporary. Supports domain whitelisting and blacklisting. Pages on whitelisted domains will show images even if Image Blocker EX+ 9000 is enabled. Pages on blacklisted domains won't show images even if Image Blocker EX+ 9000 is disabled. Pages without images may appear mangled; this is an unavoidable side-effect of not downloading the image. Some pages will declare the size of images, and then the browser can lay out the page properly even if the image is missing, but this isn't very common.
확장 프로그램 기본 정보
이름 | Image Blocker EX+ 9000 |
ID | eaabjlbddgjhjfplckkiglekpmonabcm |
공식 URL | https://chromewebstore.google.com/detail/image-blocker-ex+-9000/eaabjlbddgjhjfplckkiglekpmonabcm |
설명 | Ridiculously powerful and customizable image blocker |
파일 크기 | 496 KB |
설치 횟수 | 1,311 |
현재 버전 | 1.3 |
최근 업데이트 | 2018-12-01 |
출시 날짜 | 2018-11-30 |
평점 | 3.85/5 총 13 개의 평점 |
개발자 | Steve McKay |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/smmckay/img-block |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "short_name": "__MSG_ext_short_name__", "description": "__MSG_ext_description__", "version": "1.3", "homepage_url": "https:\/\/github.com\/smmckay\/img-block", "default_locale": "en", "background": { "scripts": [ "settings.js", "background.js" ] }, "browser_action": { "default_icon": { "16": "images\/blocker-16.png", "19": "images\/blocker-19.png", "32": "images\/blocker-32.png", "38": "images\/blocker-38.png", "48": "images\/blocker-48.png", "64": "images\/blocker-64.png", "96": "images\/blocker-96.png", "128": "images\/blocker-128.png" }, "default_title": "__MSG_ext_name__" }, "icons": { "16": "images\/blocker-16.png", "19": "images\/blocker-19.png", "32": "images\/blocker-32.png", "38": "images\/blocker-38.png", "48": "images\/blocker-48.png", "64": "images\/blocker-64.png", "96": "images\/blocker-96.png", "128": "images\/blocker-128.png" }, "permissions": [ "contextMenus", "storage", "tabs", "webRequest", "webRequestBlocking", " |