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”。
擴展截圖
下載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 |
ID | ieadilmaokipombbgannghooeonjelij |
官方網址 | 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" } } |