Twitch Name Tool

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

What is Twitch Name Tool?

Twitch Name Tool is a Chrome extension developed by https://charley.sedeau.com, and its main feature is "Permet de copier le nom d'un utilisateur sur un Shift+click".

Extension Screenshots

screenshot

Download Twitch Name Tool Extension CRX File

Download Twitch Name Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitch Name Tool Twitch Name Tool
ID ieadilmaokipombbgannghooeonjelij
Official URL https://chromewebstore.google.com/detail/twitch-name-tool/ieadilmaokipombbgannghooeonjelij
Description Permet de copier le nom d'un utilisateur sur un Shift+click
File Size 8.4 KB
Installation Count 14
Current Version 1.42.3
Last Updated 2016-07-25
Publish Date 2016-07-25
Rating 5.00/5 Total 2 Ratings
Developer https://charley.sedeau.com
Email [email protected]
Payment Type free
Extension Website https://charley.sedeau.com
Supported Languages 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"
    }
}