Twitch Name Tool
Permet de copier le nom d'un utilisateur sur un Shift+click
Vad är Twitch Name Tool?
Twitch Name Tool är en Chrome-tillägg utvecklad av https://charley.sedeau.com, och dess huvudfunktion är "Permet de copier le nom d'un utilisateur sur un Shift+click".
Tilläggsskärmbilder
Ladda ner Twitch Name Tool-förlängningens CRX-fil
Ladda ner Twitch Name Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ieadilmaokipombbgannghooeonjelij |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitch-name-tool/ieadilmaokipombbgannghooeonjelij |
| Beskrivning | Permet de copier le nom d'un utilisateur sur un Shift+click |
| Filstorlek | 8.4 KB |
| Antal Installationer | 14 |
| Aktuell Version | 1.42.3 |
| Senast Uppdaterad | 2016-07-25 |
| Publiceringsdatum | 2016-07-25 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://charley.sedeau.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://charley.sedeau.com |
| Stödda Språk | 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"
}
} | |