Image Remover
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
什麼是Image Remover?
Image Remover是由https://danielw.org開發的Chrome擴展程式,該擴展的主要功能是“It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…”。
擴展截圖
下載Image Remover擴展crx文件
下載Image Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh.
===== Testimonials =====
Person A: "No feedback needed, it's that effective."
Person B: "What A said." 擴展基本資訊
| 名稱 | |
| ID | keimggighiknpiiloncafdmhopgccbbk |
| 官方網址 | https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk |
| 簡介 | It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====… |
| 檔案大小 | 7.88 KB |
| 安裝次數 | 1,528 |
| 目前版本 | 1.0 |
| 更新時間 | 2016-03-03 |
| 上架時間 | 2016-03-02 |
| 評分 | 4.44/5 共 9 次評分 |
| 開發者 | https://danielw.org |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://www.danielw.org |
| 說明頁面URL | http://www.danielw.org |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Image Remover",
"version": "1.0",
"permissions": [
"background",
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "imgremove.png"
},
"browser_action": {
"default_title": "Click to remove all images",
"default_icon": "imgremove.png"
},
"manifest_version": 2,
"short_name": "Image Remover"
} | |