Block image
Block images and videos.
什麼是Block image?
Block image是由HnQ開發的Chrome擴展程式,該擴展的主要功能是“Block images and videos.”。
擴展截圖
下載Block image擴展crx文件
下載Block image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Prevent images from "DownLoading".
You can toggle blocking on/off by clicking the extension icon on the chrome toolbar. 擴展基本資訊
| 名稱 | |
| ID | pehaalcefcjfccdpbckoablngfkfgfgj |
| 官方網址 | https://chromewebstore.google.com/detail/block-image/pehaalcefcjfccdpbckoablngfkfgfgj |
| 簡介 | Block images and videos. |
| 檔案大小 | 22.35 KB |
| 安裝次數 | 10,000 |
| 目前版本 | 1.1 |
| 更新時間 | 2018-06-28 |
| 上架時間 | 2018-06-28 |
| 評分 | 4.26/5 共 186 次評分 |
| 開發者 | HnQ |
| 付費類型 | free |
| 支援的語言 | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"description": "__MSG_extension_desc__",
"version": "1.1",
"default_locale": "en",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon19-disabled.png"
},
"default_title": "__MSG_extension_name__"
},
"permissions": [
"webRequest",
"webRequestBlocking",
" | |