Image Switcher

Let's switch images you do not want to see to other one.

Image Switcherとは何ですか?

Image Switcherはstar__hoshiによって開発されたChromeの拡張機能で、その主な機能は「Let's switch images you do not want to see to other one.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Image Switcher拡張機能のCRXファイルをダウンロード

Image Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You can switch the image of the specified URL to a different image.
指定した URL の画像を別の画像に置き換えることができます。

Let's switch images you do not want to see to other one.  
見たくない画像を別の画像に切り替えてしまいましょう。

You can set the URL of the image on the options screen.
オプション画面で画像の URL を指定できます。

Source Code: starhoshi/ImageSwitcher
https://github.com/starhoshi/ImageSwitcher                    

拡張機能の基本情報

名前 Image Switcher Image Switcher
ID agbenbfomghnjfbelmoeplkjcflogomb
公式URL https://chromewebstore.google.com/detail/image-switcher/agbenbfomghnjfbelmoeplkjcflogomb
説明 Let's switch images you do not want to see to other one.
ファイルサイズ 1.34 MB
インストール数 60
現在のバージョン 1.0.2
最終更新日 2017-06-09
公開日 2017-06-09
評価 5.00/5 合計 2 レビュー
開発者 star__hoshi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://twitter.com/star__hoshi
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Switcher",
    "short_name": "ImageSwitcher",
    "description": "Let's switch images you do not want to see to other one.",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ]
}