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 هو إضافة Chrome تم تطويرها بواسطة etsygadget.com، والميزة الرئيسية لها هي "Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Etsy Clickathons

قم بتنزيل ملفات الامتداد Etsy Clickathons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}