Best Of Sante et Bien Etre

suivez en temps reel ou presque les meilleurs blogs sante et bien etre

Co je Best Of Sante et Bien Etre?

Best Of Sante et Bien Etre je rozšíření Chrome vyvinuté http://www.djobini.com, a jeho hlavní funkcí je „suivez en temps reel ou presque les meilleurs blogs sante et bien etre“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Best Of Sante et Bien Etre

Stáhněte si soubory rozšíření Best Of Sante et Bien Etre ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Vous cherchez tout ce qui est important dans le domaine de la santé et du bien être ? 

Notre appli est faite pour vous.

Si votre blog n'est pas référencé, envoyez nous un email sur le blog http://www.djobini.com                    

Základní Informace o Rozšíření

Název Best Of Sante et Bien Etre Best Of Sante et Bien Etre
ID jldndchclagihkbdfkcgojkklokmdpkl
Oficiální URL https://chrome.google.com/webstore/detail/best-of-sante-et-bien-etr/jldndchclagihkbdfkcgojkklokmdpkl
Popis suivez en temps reel ou presque les meilleurs blogs sante et bien etre
Velikost souboru 70.81 KB
Počet instalací 21
Aktuální Verze 1.1.1
Poslední Aktualizace 2015-05-17
Datum Vydání 2015-05-16
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář http://www.djobini.com
Typ Platby free
Podporované Jazyky fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "suivez en temps reel ou presque les meilleurs blogs sante et bien etre",
    "name": "Best Of Sante et Bien Etre",
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "imgs\/icon.png",
        "default_title": "Best Of Sante et Bien Etre",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "imgs\/icon128.png",
        "48": "imgs\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/libs\/jquery.js",
                "\/js\/content_scripts.js"
            ]
        }
    ],
    "permissions": [
        "",
        "tabs",
        "notifications",
        "unlimitedStorage"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}