STEAM-BOT
Расширение добавляет кнопку в магазине STEAM для упрощения покупок на сайте http://steam-bot.ru/
What is STEAM-BOT?
STEAM-BOT is a Chrome extension developed by https://steam-bot.ru, and its main feature is "Расширение добавляет кнопку в магазине STEAM для упрощения покупок на сайте http://steam-bot.ru/".
Extension Screenshots
Download STEAM-BOT Extension CRX File
Download STEAM-BOT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Покупать игры стало проще! Установив расширение для Chrome, у Вас на странице с игрой в STEAM появится красивая кнопочка с ценой, по которой можете купить игру у нас на сайте.
Extension Basic Information
Name | |
ID | aiimloknhphgmibekcjikeofljmngfcp |
Official URL | https://chromewebstore.google.com/detail/steam-bot/aiimloknhphgmibekcjikeofljmngfcp |
Description | Расширение добавляет кнопку в магазине STEAM для упрощения покупок на сайте http://steam-bot.ru/ |
File Size | 14.57 KB |
Installation Count | 10 |
Current Version | 1.0.6 |
Last Updated | 2015-12-15 |
Publish Date | 2015-12-14 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://steam-bot.ru |
Payment Type | free |
Supported Languages | 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" } } |