Loots Auto-Clicker for Twitch.tv

Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.

ما هو Loots Auto-Clicker for Twitch.tv؟

Loots Auto-Clicker for Twitch.tv هو إضافة Chrome تم تطويرها بواسطة nifrez، والميزة الرئيسية لها هي "Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.".

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

screenshot

تحميل ملف CRX للإضافة Loots Auto-Clicker for Twitch.tv

قم بتنزيل ملفات الامتداد Loots Auto-Clicker for Twitch.tv بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.

Authors: 
Fefek ( https://twitch.tv/fefek )
Nifrez ( https://twitch.tv/nifrez )                    

معلومات أساسية عن التمديد

الاسم Loots Auto-Clicker for Twitch.tv Loots Auto-Clicker for Twitch.tv
ID oahckodbhnefljdmaakhppjbipflnnfb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/loots-auto-clicker-for-tw/oahckodbhnefljdmaakhppjbipflnnfb
الوصف Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.
حجم الملف 32.11 KB
عدد التثبيتات 400
النسخة الحالية 0.0.0.4
آخر تحديث 2017-06-17
تاريخ النشر 2017-06-17
تقييم 4.24/5 مجموع تقييمات 17
المطور nifrez
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://twitch.tv/fefek
عنوان صفحة المساعدة https://twitch.tv/fefek
اللغات المدعومة pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Nifrez & Fefek",
    "name": "Loots Auto-Clicker for Twitch.tv",
    "homepage_url": "https:\/\/twitch.tv\/fefek",
    "short_name": "Loots Auto-Clicker",
    "description": "Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.",
    "version": "0.0.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": [],
        "default_title": "Loots Auto-Clicker: Inactive"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "jquery-3.1.1.slim.min.js",
                "main.js"
            ],
            "css": [],
            "exclude_globs": [
                "https:\/\/www.twitch.tv\/directory\/*",
                "https:\/\/www.twitch.tv\/p\/*",
                "https:\/\/www.twitch.tv\/products\/*",
                "https:\/\/www.twitch.tv\/*\/manager*",
                "https:\/\/www.twitch.tv\/*\/dashboard",
                "https:\/\/www.twitch.tv\/broadcast",
                "https:\/\/www.twitch.tv\/messages\/*",
                "https:\/\/www.twitch.tv\/settings"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ]
}