Doplněk pro DámeJídlo

Přehled o vašem DámeJídlo účtu v prohlížeči s automatickým získáváním kreditů.

What is Doplněk pro DámeJídlo?

Doplněk pro DámeJídlo is a Chrome extension developed by http://kreditovapizza.cz, and its main feature is "Přehled o vašem DámeJídlo účtu v prohlížeči s automatickým získáváním kreditů.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Doplněk pro DámeJídlo Extension CRX File

Download Doplněk pro DámeJídlo 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 Doplněk pro DámeJídlo Doplněk pro DámeJídlo
ID cllhabecdhkflmjpoimkheipdagjobbl
Official URL https://chrome.google.com/webstore/detail/dopln%C4%9Bk-pro-d%C3%A1mej%C3%ADdlo/cllhabecdhkflmjpoimkheipdagjobbl
Description Přehled o vašem DámeJídlo účtu v prohlížeči s automatickým získáváním kreditů.
File Size 219 KB
Installation Count 187
Current Version 2.1.3
Last Updated 2017-03-24
Publish Date 2017-03-24
Rating 4.38/5 Total 13 Ratings
Developer http://kreditovapizza.cz
Email [email protected]
Payment Type free
Supported Languages cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dopln\u011bk pro D\u00e1meJ\u00eddlo",
    "description": "P\u0159ehled o va\u0161em D\u00e1meJ\u00eddlo \u00fa\u010dtu v prohl\u00ed\u017ee\u010di s automatick\u00fdm z\u00edsk\u00e1v\u00e1n\u00edm kredit\u016f.",
    "version": "2.1.3",
    "browser_action": {
        "default_icon": "img\/pizza-fav.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/pizza-fav.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "webNavigation",
        "notifications",
        "storage",
        "alarms",
        "*:\/\/www.damejidlo.cz\/*",
        "*:\/\/www.kreditovapizza.cz\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.12.0.min.js",
            "js\/kreditovapizza.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}