Пузомер

Расширение для сайта рейтингов ТО

What is Пузомер?

Пузомер is a Chrome extension developed by TO Community, and its main feature is "Расширение для сайта рейтингов ТО".

Extension Screenshots

screenshot

Download Пузомер Extension CRX File

Download Пузомер 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

                        Расширение для сайта рейтингов игры Tanki Online.

Добавляет расширенную статистику по клику на иконку, а также аффиксы для ника в соответствии со статистикой.                    

Extension Basic Information

Name Пузомер Пузомер
ID bmkcjnfegapenmbjajpdmgfopljhhfde
Official URL https://chrome.google.com/webstore/detail/%D0%BF%D1%83%D0%B7%D0%BE%D0%BC%D0%B5%D1%80/bmkcjnfegapenmbjajpdmgfopljhhfde
Description Расширение для сайта рейтингов ТО
File Size 105 KB
Installation Count 25
Current Version 3.0.2
Last Updated 2019-05-26
Publish Date 2019-05-26
Rating 5.00/5 Total 3 Ratings
Developer TO Community
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u041f\u0443\u0437\u043e\u043c\u0435\u0440",
    "version": "3.0.2",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u0430 \u0440\u0435\u0439\u0442\u0438\u043d\u0433\u043e\u0432 \u0422\u041e",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "storage",
        "*:\/\/*\/*"
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "\u041f\u0443\u0437\u043e\u043c\u0435\u0440"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/ratings.tankionline.com\/*",
                "http:\/\/ratings.3dtank.com\/*"
            ],
            "js": [
                "jquery-3.4.0.min.js",
                "run.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "manifest_version": 2
}