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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |