Twitch Name Tool

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

ما هو Twitch Name Tool؟

Twitch Name Tool هو إضافة Chrome تم تطويرها بواسطة https://charley.sedeau.com، والميزة الرئيسية لها هي "Permet de copier le nom d'un utilisateur sur un Shift+click".

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

screenshot

تحميل ملف CRX للإضافة Twitch Name Tool

قم بتنزيل ملفات الامتداد Twitch Name Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}