iSnatch

Theres something behind the curtain!

O que é iSnatch?

iSnatch é uma extensão do Chrome desenvolvida por Renbo Design, e sua principal característica é "Theres something behind the curtain!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão iSnatch

Baixe arquivos de extensão iSnatch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Features:

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

Informações Básicas da Extensão

Nome iSnatch iSnatch
ID cemfeombiadngbmpnbecdaladbdkffnj
URL Oficial https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj
Descrição Theres something behind the curtain!
Tamanho do Arquivo 7.71 KB
Contagem de Instalações 27
Versão Atual 1.02
Última Atualização 2020-02-26
Data de Publicação 2020-02-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Renbo Design
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://moreba.club/privacy.html
Idiomas Suportados 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"
            ]
        }
    ]
}