Best Of Sante et Bien Etre

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

Best Of Sante et Bien Etre란 무엇입니까?

Best Of Sante et Bien Etre은(는) http://www.djobini.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "suivez en temps reel ou presque les meilleurs blogs sante et bien etre"입니다.

확장 프로그램 스크린샷

screenshot

Best Of Sante et Bien Etre 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Best Of Sante et Bien Etre Best Of Sante et Bien Etre
ID jldndchclagihkbdfkcgojkklokmdpkl
공식 URL https://chrome.google.com/webstore/detail/best-of-sante-et-bien-etr/jldndchclagihkbdfkcgojkklokmdpkl
설명 suivez en temps reel ou presque les meilleurs blogs sante et bien etre
파일 크기 70.81 KB
설치 횟수 21
현재 버전 1.1.1
최근 업데이트 2015-05-17
출시 날짜 2015-05-16
평점 3.00/5 총 1 개의 평점
개발자 http://www.djobini.com
결제 유형 free
지원되는 언어 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'"
}