ludogorec.net

Последни новини от ludogorec.net

What is ludogorec.net?

ludogorec.net is a Chrome extension developed by https://ludogorec.net, and its main feature is "Последни новини от ludogorec.net".

Extension Screenshots

screenshot

Download ludogorec.net Extension CRX File

Download ludogorec.net 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

                        Последни новини за ПФК Лудогорец директно от фен-сайта ludogorec.net 

При проблеми с приложението пишете на [email protected]                    

Extension Basic Information

Name ludogorec.net ludogorec.net
ID gogcifekobmnhidnfmbhndpnhmoehino
Official URL https://chromewebstore.google.com/detail/ludogorecnet/gogcifekobmnhidnfmbhndpnhmoehino
Description Последни новини от ludogorec.net
File Size 228 KB
Installation Count 49
Current Version 2.0
Last Updated 2016-09-07
Publish Date 2016-09-07
Rating 4.60/5 Total 5 Ratings
Developer https://ludogorec.net
Payment Type free
Extension Website http://ludogorec.net/
Supported Languages bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ludogorec.net",
    "version": "2.0",
    "manifest_version": 2,
    "description": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u043d\u043e\u0432\u0438\u043d\u0438 \u043e\u0442 ludogorec.net",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ludogorec.net\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}