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开发的Chrome扩展程序,该扩展的主要功能是“Permet de copier le nom d'un utilisateur sur un Shift+click”。

扩展截图

screenshot

下载Twitch Name Tool扩展crx文件

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