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
官方URL 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"
        }
    ]
}