Images ON/OFF

Disable images on current site.

Images ON/OFF là gì?

Images ON/OFF là một tiện ích mở rộng Chrome được phát triển bởi https://singleclickapps.com, và tính năng chính của nó là "Disable images on current site.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Images ON/OFF

Tải xuống các tệp mở rộng Images ON/OFF 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

                        Use this extension to disable/enable images on the current site. 

It's a simple switch: click to disable, click to enable.

It works on "per host" basis and will disable images for the given host (the currently selected tab), not for all hosts.

There are some options available, but basically, the extension does just that and nothing more.                    

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

Tên Images ON/OFF Images ON/OFF
ID nfmlhilnjccdggifdbhnhkffmjgalbgg
URL Chính Thức https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg
Mô tả Disable images on current site.
Kích Thước Tệp 50.33 KB
Số Lần Cài Đặt 29,934
Phiên Bản Hiện Tại 2.3.1
Cập Nhật Lần Cuối 2020-03-12
Ngày Phát Hành 2020-03-12
Đánh Giá 4.18/5 Tổng số 97 Đánh Giá
Nhà Phát Triển https://singleclickapps.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://singleclickapps.com/images-on-off/
URL Trang Chính Sách Bảo Mật https://singleclickapps.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Images ON\/OFF",
    "version": "2.3.1",
    "minimum_chrome_version": "16.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/images-on-off",
    "description": "Disable images on current site.",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "contentSettings",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Images On\/Off"
    },
    "incognito": "spanning",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}