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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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