Kmeta.bg

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

Cos'è Kmeta.bg?

Kmeta.bg è un'estensione di Chrome sviluppata da http://kmeta.bg, e la sua funzione principale è "ПОРТАЛЪТ НА БЪЛГАРСКИТЕ ОБЩИНИ".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kmeta.bg

Scarica i file di estensione Kmeta.bg in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Kmeta.bg Kmeta.bg
ID hbjkgmiamdapcegbooaljgbgdpiojmmm
URL Ufficiale https://chrome.google.com/webstore/detail/kmetabg/hbjkgmiamdapcegbooaljgbgdpiojmmm
Descrizione ПОРТАЛЪТ НА БЪЛГАРСКИТЕ ОБЩИНИ
Dimensione del File 105 KB
Conteggio Installazioni 44
Versione Corrente 0.3
Ultimo Aggiornamento 2014-12-19
Data di Pubblicazione 2014-12-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://kmeta.bg
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}