iSnatch

Theres something behind the curtain!

iSnatch là gì?

iSnatch là một tiện ích mở rộng Chrome được phát triển bởi Renbo Design, và tính năng chính của nó là "Theres something behind the curtain!".

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

screenshot

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

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

                        Features:

- Removes the overlay for restocking and maintenance
- Removes the time out redirect                    

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

Tên iSnatch iSnatch
ID cemfeombiadngbmpnbecdaladbdkffnj
URL Chính Thức https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj
Mô tả Theres something behind the curtain!
Kích Thước Tệp 7.71 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.02
Cập Nhật Lần Cuối 2020-02-26
Ngày Phát Hành 2020-02-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Renbo Design
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://moreba.club/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iSnatch",
    "version": "1.02",
    "description": "Theres something behind the curtain!",
    "icons": {
        "128": "isnatchlogo.png"
    },
    "web_accessible_resources": [
        "*.css",
        "*.js",
        "*.png",
        "*.gif",
        "*.jpg",
        "cached\/*",
        "fonts\/*",
        "images\/*"
    ],
    "permissions": [
        "*:\/\/*.icatch-online.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "servemoddedfiles.js"
        ]
    },
    "browser_action": {
        "default_title": "Change Options for isnatch",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.icatch-online.com\/booths\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "bootstrap.js"
            ]
        }
    ]
}