Image Hide
This extension hides images by right-clicking and selecting 'Image Hide'.
Image Hideとは何ですか?
Image Hideはrcanadyによって開発されたChromeの拡張機能で、その主な機能は「This extension hides images by right-clicking and selecting 'Image Hide'.」です。
拡張機能のスクリーンショット
Image Hide拡張機能のCRXファイルをダウンロード
Image Hide拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hides any unwanted images.
Updated 8/12/2018
- Now supports a wider array of images. 拡張機能の基本情報
| 名前 | |
| ID | fghjkpciajcghipihonlffhbggjeejef |
| 公式URL | https://chromewebstore.google.com/detail/image-hide/fghjkpciajcghipihonlffhbggjeejef |
| 説明 | This extension hides images by right-clicking and selecting 'Image Hide'. |
| ファイルサイズ | 1.39 MB |
| インストール数 | 263 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2018-08-12 |
| 公開日 | 2018-08-12 |
| 評価 | 3.83/5 合計 6 レビュー |
| 開発者 | rcanady |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Image Hide",
"description": "This extension hides images by right-clicking and selecting 'Image Hide'.",
"version": "1.1.0",
"permissions": [
"contextMenus"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |