puskatr4game

Автоматизиция процесса запуска игр для разных акаунтов 4game.

What is puskatr4game?

puskatr4game is a Chrome extension developed by https://www.check4game.com, and its main feature is "Автоматизиция процесса запуска игр для разных акаунтов 4game.".

Extension Screenshots

screenshot

Download puskatr4game Extension CRX File

Download puskatr4game 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

                        в версии 0.5 новый редактор аккаунтов                    

Extension Basic Information

Name puskatr4game puskatr4game
ID fgckbhgkhomnnnmoncdjajicbmepnhjk
Official URL https://chromewebstore.google.com/detail/puskatr4game/fgckbhgkhomnnnmoncdjajicbmepnhjk
Description Автоматизиция процесса запуска игр для разных акаунтов 4game.
File Size 257 KB
Installation Count 62
Current Version 0.6
Last Updated 2013-11-19
Publish Date 2013-11-19
Rating 5.00/5 Total 6 Ratings
Developer https://www.check4game.com
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "puskatr4game",
    "version": "0.6",
    "description": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0438\u0446\u0438\u044f \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0438\u0433\u0440 \u0434\u043b\u044f \u0440\u0430\u0437\u043d\u044b\u0445 \u0430\u043a\u0430\u0443\u043d\u0442\u043e\u0432 4game.",
    "icons": {
        "48": "puskatr4game48.png",
        "32": "puskatr4game32.png",
        "24": "puskatr4game24.png",
        "128": "puskatr4game128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/ru.4game.com\/*\/play\/*",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "puskatr4game48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "tools.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "puskatr4game24.png",
        "puskatr4game128.png",
        "proxy4game24.png",
        "4game.png",
        "options.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ru.4game.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}