Etsy Clickathons

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

Etsy Clickathons là gì?

Etsy Clickathons là một tiện ích mở rộng Chrome được phát triển bởi etsygadget.com, và tính năng chính của nó là "Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Etsy Clickathons

Tải xuống các tệp mở rộng Etsy Clickathons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Etsy Clickathons Etsy Clickathons
ID lenbalkolcmmgpoiegdplhkfjljaiiag
URL Chính Thức https://chromewebstore.google.com/detail/etsy-clickathons/lenbalkolcmmgpoiegdplhkfjljaiiag
Mô tả Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.
Kích Thước Tệp 52.59 KB
Số Lần Cài Đặt 775
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2018-01-21
Ngày Phát Hành 2018-01-21
Đánh Giá 4.59/5 Tổng số 34 Đánh Giá
Nhà Phát Triển etsygadget.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://etsygadget.com/en/etsy_clickathons/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}