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
电子邮箱 [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"
    ]
}