iSnatch

Theres something behind the curtain!

Apa itu iSnatch?

iSnatch adalah ekstensi Chrome yang dikembangkan oleh Renbo Design, dan fitur utamanya adalah "Theres something behind the curtain!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi iSnatch

Unduh file ekstensi iSnatch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Features:

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

Informasi Dasar Ekstensi

Nama iSnatch iSnatch
ID cemfeombiadngbmpnbecdaladbdkffnj
URL Resmi https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj
Deskripsi Theres something behind the curtain!
Ukuran File 7.71 KB
Jumlah Instalasi 27
Versi Saat Ini 1.02
Terakhir Diperbarui 2020-02-26
Tanggal Publikasi 2020-02-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Renbo Design
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://moreba.club/privacy.html
Bahasa yang Didukung 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"
            ]
        }
    ]
}