Etsy Clickathons

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

什麼是Etsy Clickathons?

Etsy Clickathons是由etsygadget.com開發的Chrome擴展程式,該擴展的主要功能是“Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.”。

擴展截圖

screenshot

下載Etsy Clickathons擴展crx文件

下載Etsy Clickathons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Etsy Clickathons Etsy Clickathons
ID lenbalkolcmmgpoiegdplhkfjljaiiag
官方網址 https://chromewebstore.google.com/detail/etsy-clickathons/lenbalkolcmmgpoiegdplhkfjljaiiag
簡介 Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.
檔案大小 52.59 KB
安裝次數 775
目前版本 1.0.6
更新時間 2018-01-21
上架時間 2018-01-21
評分 4.59/5 共 34 次評分
開發者 etsygadget.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://etsygadget.com/en/etsy_clickathons/
支援的語言 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"
        }
    ]
}