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 |
| 公式URL | 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 |
| Eメール | [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"
} | |