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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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