Image Switcher

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

Image Switcher là gì?

Image Switcher là một tiện ích mở rộng Chrome được phát triển bởi star__hoshi, và tính năng chính của nó là "Let's switch images you do not want to see to other one.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image Switcher

Tải xuống các tệp mở rộng Image Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image Switcher Image Switcher
ID agbenbfomghnjfbelmoeplkjcflogomb
URL Chính Thức https://chromewebstore.google.com/detail/image-switcher/agbenbfomghnjfbelmoeplkjcflogomb
Mô tả Let's switch images you do not want to see to other one.
Kích Thước Tệp 1.34 MB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-06-09
Ngày Phát Hành 2017-06-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển star__hoshi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/star__hoshi
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}