Kmeta.bg

ПОРТАЛЪТ НА БЪЛГАРСКИТЕ ОБЩИНИ

What is Kmeta.bg?

Kmeta.bg is a Chrome extension developed by http://kmeta.bg, and its main feature is "ПОРТАЛЪТ НА БЪЛГАРСКИТЕ ОБЩИНИ".

Extension Screenshots

screenshot

Download Kmeta.bg Extension CRX File

Download Kmeta.bg 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

                        ПОРТАЛЪТ НА БЪЛГАРСКИТЕ ОБЩИНИ                    

Extension Basic Information

Name Kmeta.bg Kmeta.bg
ID hbjkgmiamdapcegbooaljgbgdpiojmmm
Official URL https://chrome.google.com/webstore/detail/kmetabg/hbjkgmiamdapcegbooaljgbgdpiojmmm
Description ПОРТАЛЪТ НА БЪЛГАРСКИТЕ ОБЩИНИ
File Size 105 KB
Installation Count 44
Current Version 0.3
Last Updated 2014-12-19
Publish Date 2014-12-19
Rating 5.00/5 Total 1 Ratings
Developer http://kmeta.bg
Payment Type free
Supported Languages bg
manifest.json
{
    "browser_action": {
        "default_icon": "icon16x16.png",
        "default_popup": "index.html"
    },
    "description": "\u041f\u041e\u0420\u0422\u0410\u041b\u042a\u0422 \u041d\u0410 \u0411\u042a\u041b\u0413\u0410\u0420\u0421\u041a\u0418\u0422\u0415 \u041e\u0411\u0429\u0418\u041d\u0418",
    "icons": {
        "128": "icon16x16.png",
        "16": "icon16x16.png",
        "32": "icon16x16.png",
        "48": "icon16x16.png"
    },
    "manifest_version": 2,
    "name": "Kmeta.bg",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/www.kmeta.bg\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.kmeta.bg\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "installed.js"
            ],
            "run_at": "document_start"
        }
    ]
}