Etsy Clickathons

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

Qu'est-ce que Etsy Clickathons ?

Etsy Clickathons est une extension Chrome développée par etsygadget.com, et sa fonction principale est "Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Etsy Clickathons

Téléchargez les fichiers d'extension Etsy Clickathons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Etsy Clickathons Etsy Clickathons
ID lenbalkolcmmgpoiegdplhkfjljaiiag
URL Officiel https://chromewebstore.google.com/detail/etsy-clickathons/lenbalkolcmmgpoiegdplhkfjljaiiag
Description Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.
Taille du Fichier 52.59 KB
Nombre d'Installations 775
Version Actuelle 1.0.6
Dernière Mise à Jour 2018-01-21
Date de Publication 2018-01-21
Évaluation 4.59/5 Total 34 Évaluations
Développeur etsygadget.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://etsygadget.com/en/etsy_clickathons/
Langues Prises en Charge 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"
        }
    ]
}