STEAM-BOT
Расширение добавляет кнопку в магазине STEAM для упрощения покупок на сайте http://steam-bot.ru/
Qu'est-ce que STEAM-BOT ?
STEAM-BOT est une extension Chrome développée par https://steam-bot.ru, et sa fonction principale est "Расширение добавляет кнопку в магазине STEAM для упрощения покупок на сайте http://steam-bot.ru/".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension STEAM-BOT
Téléchargez les fichiers d'extension STEAM-BOT 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
Покупать игры стало проще! Установив расширение для Chrome, у Вас на странице с игрой в STEAM появится красивая кнопочка с ценой, по которой можете купить игру у нас на сайте.
Informations de Base sur l'Extension
Nom | |
ID | aiimloknhphgmibekcjikeofljmngfcp |
URL Officiel | https://chromewebstore.google.com/detail/steam-bot/aiimloknhphgmibekcjikeofljmngfcp |
Description | Расширение добавляет кнопку в магазине STEAM для упрощения покупок на сайте http://steam-bot.ru/ |
Taille du Fichier | 14.57 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2015-12-15 |
Date de Publication | 2015-12-14 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | https://steam-bot.ru |
Type de Paiement | free |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "STEAM-BOT", "version": "1.0.6", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442 \u043a\u043d\u043e\u043f\u043a\u0443 \u0432 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0435 STEAM \u0434\u043b\u044f \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u044f \u043f\u043e\u043a\u0443\u043f\u043e\u043a \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 http:\/\/steam-bot.ru\/", "author": "\u0415\u0432\u0433\u0435\u043d\u0438\u0439 \u041c\u043d\u0430\u0446\u0430\u043a\u0430\u043d\u043e\u0432", "homepage_url": "http:\/\/steam-bot.ru\/", "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/store.steampowered.com\/*" ] } ], "background": { "page": "background.html" }, "icons": { "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |