iSnatch

Theres something behind the curtain!

iSnatchとは何ですか?

iSnatchはRenbo Designによって開発されたChromeの拡張機能で、その主な機能は「Theres something behind the curtain!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Features:

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

拡張機能の基本情報

名前 iSnatch iSnatch
ID cemfeombiadngbmpnbecdaladbdkffnj
公式URL https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj
説明 Theres something behind the curtain!
ファイルサイズ 7.71 KB
インストール数 27
現在のバージョン 1.02
最終更新日 2020-02-26
公開日 2020-02-26
評価 5.00/5 合計 1 レビュー
開発者 Renbo Design
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://moreba.club/privacy.html
対応言語 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"
            ]
        }
    ]
}