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".
Снимки экрана расширения
Скачать файл 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 |
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" } } |