Best Of Sante et Bien Etre

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

Co to jest Best Of Sante et Bien Etre?

Best Of Sante et Bien Etre to rozszerzenie Chrome opracowane przez http://www.djobini.com, a jego główną funkcją jest „suivez en temps reel ou presque les meilleurs blogs sante et bien etre”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Best Of Sante et Bien Etre

Pobierz pliki rozszerzeń Best Of Sante et Bien Etre w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Best Of Sante et Bien Etre Best Of Sante et Bien Etre
ID jldndchclagihkbdfkcgojkklokmdpkl
Oficjalny URL https://chrome.google.com/webstore/detail/best-of-sante-et-bien-etr/jldndchclagihkbdfkcgojkklokmdpkl
Opis suivez en temps reel ou presque les meilleurs blogs sante et bien etre
Rozmiar pliku 70.81 KB
Liczba instalacji 21
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2015-05-17
Data Publikacji 2015-05-16
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper http://www.djobini.com
Typ Płatności free
Obsługiwane Języki 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'"
}