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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Loots Auto-Clicker for Twitch.tv एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    ]
}