Twitch Name Tool

Permet de copier le nom d'un utilisateur sur un Shift+click

Twitch Name Tool क्या है?

Twitch Name Tool https://charley.sedeau.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Permet de copier le nom d'un utilisateur sur un Shift+click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch Name Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Permet de copier très rapidement le nom d'un utilisateur twitch dans la zone de text du tchat, en faisant un Shift+click / click molette sur le nom de cet utilisateur.

--------------------------------------------
Allows you to quickly copy/paste the username of a Twitch user into the text input of the chatbox, just by doing a middle click / shift + click on the username.                    

एक्सटेंशन की मूल जानकारी

नाम Twitch Name Tool Twitch Name Tool
ID ieadilmaokipombbgannghooeonjelij
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-name-tool/ieadilmaokipombbgannghooeonjelij
विवरण Permet de copier le nom d'un utilisateur sur un Shift+click
फ़ाइल का आकार 8.4 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.42.3
अंतिम अपडेट 2016-07-25
प्रकाशन तिथि 2016-07-25
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://charley.sedeau.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://charley.sedeau.com
समर्थित भाषाएँ fr
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "script.user.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Permet de copier le nom d'un utilisateur sur un Shift+click",
    "name": "Twitch Name Tool",
    "manifest_version": 2,
    "version": "1.42.3",
    "icons": {
        "128": "icon128.png"
    }
}