aufemininNEWS

Suivez toutes les news people d'aufeminin.com en live

什么是aufemininNEWS?

aufemininNEWS是由http://www.aufeminin.com开发的Chrome扩展程序,该扩展的主要功能是“Suivez toutes les news people d'aufeminin.com en live”。

扩展截图

screenshot
screenshot

下载aufemininNEWS扩展crx文件

下载aufemininNEWS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        aufeminin.com, 1er site féminin en France !
 
Retrouvez toutes les news Société, People, Loisirs, Style : photos, vidéos, interviews, potins de stars... et bien plus encore !
 
Ne ratez plus ce qui fait l’actu et retrouvez en un clic les meilleurs articles de notre rédaction grâce à cette extension pour le navigateur Chrome.                    

扩展基本信息

名称 aufemininNEWS aufemininNEWS
ID bhllopljkcndclbibeeccijibbgmmldf
官方URL https://chrome.google.com/webstore/detail/bhllopljkcndclbibeeccijibbgmmldf
简介 Suivez toutes les news people d'aufeminin.com en live
文件大小 60.44 KB
安装次数 63
当前版本 3.5
更新时间 2013-10-01
上架时间 2013-10-01
评分 5.00/5 共1次评分
开发者 http://www.aufeminin.com
付费类型 free
扩展官网 http://www.aufeminin.com/news/
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "aufemininNEWS",
    "version": "3.5",
    "manifest_version": 2,
    "description": "Suivez toutes les news people d'aufeminin.com en live",
    "browser_action": {
        "default_icon": "\/icons\/afnews.png",
        "default_title": "aufemininNEWS",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/www.aufeminin.com\/",
        "http:\/\/imworld.aufeminin.com\/",
        "http:\/\/www.smartadserver.com\/",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "icons": {
        "16": "\/icons\/afnews_16.png",
        "48": "\/icons\/afnews_48.png",
        "128": "\/icons\/afnews_128.png"
    },
    "web_accessible_resources": [
        "\/index.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.aufeminin.com\/*"
            ],
            "js": [
                "\/js\/cookie.js"
            ]
        }
    ],
    "content_security_policy": "img-src 'self' http:\/\/imworld.aufeminin.com\/ http:\/\/www.smartadserver.com\/; object-src 'self'; script-src 'self'"
}