Loots Auto-Clicker for Twitch.tv

Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.

O que é Loots Auto-Clicker for Twitch.tv?

Loots Auto-Clicker for Twitch.tv é uma extensão do Chrome desenvolvida por nifrez, e sua principal característica é "Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Loots Auto-Clicker for Twitch.tv

Baixe arquivos de extensão Loots Auto-Clicker for Twitch.tv 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

                        Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.

Authors: 
Fefek ( https://twitch.tv/fefek )
Nifrez ( https://twitch.tv/nifrez )                    

Informações Básicas da Extensão

Nome Loots Auto-Clicker for Twitch.tv Loots Auto-Clicker for Twitch.tv
ID oahckodbhnefljdmaakhppjbipflnnfb
URL Oficial https://chrome.google.com/webstore/detail/loots-auto-clicker-for-tw/oahckodbhnefljdmaakhppjbipflnnfb
Descrição Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.
Tamanho do Arquivo 32.11 KB
Contagem de Instalações 400
Versão Atual 0.0.0.4
Última Atualização 2017-06-17
Data de Publicação 2017-06-17
Classificação 4.24/5 Total de 17 Avaliações
Desenvolvedor nifrez
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://twitch.tv/fefek
URL da Página de Ajuda https://twitch.tv/fefek
Idiomas Suportados pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Nifrez & Fefek",
    "name": "Loots Auto-Clicker for Twitch.tv",
    "homepage_url": "https:\/\/twitch.tv\/fefek",
    "short_name": "Loots Auto-Clicker",
    "description": "Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.",
    "version": "0.0.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": [],
        "default_title": "Loots Auto-Clicker: Inactive"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "jquery-3.1.1.slim.min.js",
                "main.js"
            ],
            "css": [],
            "exclude_globs": [
                "https:\/\/www.twitch.tv\/directory\/*",
                "https:\/\/www.twitch.tv\/p\/*",
                "https:\/\/www.twitch.tv\/products\/*",
                "https:\/\/www.twitch.tv\/*\/manager*",
                "https:\/\/www.twitch.tv\/*\/dashboard",
                "https:\/\/www.twitch.tv\/broadcast",
                "https:\/\/www.twitch.tv\/messages\/*",
                "https:\/\/www.twitch.tv\/settings"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ]
}