tf2mart helper
Shows up additional Trade button
Qu'est-ce que tf2mart helper ?
tf2mart helper est une extension Chrome développée par tf2, et sa fonction principale est "Shows up additional Trade button".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension tf2mart helper
Téléchargez les fichiers d'extension tf2mart helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Shows up additional Trade button
Informations de Base sur l'Extension
Nom | |
ID | pfacmpcgkiicbpdnmihgjcfggmhjcgmp |
URL Officiel | https://chrome.google.com/webstore/detail/tf2mart-helper/pfacmpcgkiicbpdnmihgjcfggmhjcgmp |
Description | Shows up additional Trade button |
Taille du Fichier | 58.51 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2018-03-18 |
Date de Publication | 2018-03-18 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | tf2 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tf2mart helper", "version": "1.1.2", "icons": { "16": "images\/empty_16.png", "32": "images\/empty_32.png", "48": "images\/empty_48.png", "64": "images\/empty_64.png", "128": "images\/empty_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/tf2mart.net\/order" ], "js": [ "content_scripts\/end.js", "content_scripts\/main.js", "content_scripts\/jquery.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "activeTab" ], "browser_action": { "default_icon": "images\/empty_32.png", "default_title": "tf2mart helper", "default_popup": "popup\/popup.html" } } |