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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.djobini.com และคุณลักษณะหลักของมันคือ "suivez en temps reel ou presque les meilleurs blogs sante et bien etre"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Best Of Sante et Bien Etre

ดาวน์โหลดไฟล์ส่วนขยาย Best Of Sante et Bien Etre ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}