Etsy Clickathons

Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.

O que é Etsy Clickathons?

Etsy Clickathons é uma extensão do Chrome desenvolvida por etsygadget.com, e sua principal característica é "Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Etsy Clickathons

Baixe arquivos de extensão Etsy Clickathons 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

                        Play CLICKATHONs easily waisting less time then ever.
Just click a button to open all listings on page in new tabs of your browser.

Play clickathons to get more views of your listings and to increase the rating of your shop.

Be carefull, opening too much tabs could make your computer working slower unless you have a lot or RAM memory.                    

Informações Básicas da Extensão

Nome Etsy Clickathons Etsy Clickathons
ID lenbalkolcmmgpoiegdplhkfjljaiiag
URL Oficial https://chromewebstore.google.com/detail/etsy-clickathons/lenbalkolcmmgpoiegdplhkfjljaiiag
Descrição Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.
Tamanho do Arquivo 52.59 KB
Contagem de Instalações 775
Versão Atual 1.0.6
Última Atualização 2018-01-21
Data de Publicação 2018-01-21
Classificação 4.59/5 Total de 34 Avaliações
Desenvolvedor etsygadget.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://etsygadget.com/en/etsy_clickathons/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Etsy Clickathons",
    "short_name": "Etsy Clickathons",
    "description": "Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.",
    "version": "1.0.6",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.etsy.com\/"
    ],
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "EtsyGadget Clickathons"
    },
    "homepage_url": "http:\/\/etsygadget.com\/etsy_clickathons\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/teams\/*\/*\/discuss\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "common.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}