Aypierre notifieur de stream

Permet d'être informé du début des stream d'Aypierre

什么是Aypierre notifieur de stream?

Aypierre notifieur de stream是由Freebios开发的Chrome扩展程序,该扩展的主要功能是“Permet d'être informé du début des stream d'Aypierre”。

扩展截图

screenshot
screenshot
screenshot

下载Aypierre notifieur de stream扩展crx文件

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

扩展使用说明

                        Nouvelle extension disponible ici:
https://chrome.google.com/webstore/detail/livenotif-aypierre/oapbenfplhadkkokfloaogfkolhojgcl

Plugin chrome permettant d'être notifié du début des lives twitch de Aypierre                    

扩展基本信息

名称 Aypierre notifieur de stream Aypierre notifieur de stream
ID eneplfegjjfhefhmckflgkgpednebedo
官方URL https://chromewebstore.google.com/detail/aypierre-notifieur-de-str/eneplfegjjfhefhmckflgkgpednebedo
简介 Permet d'être informé du début des stream d'Aypierre
文件大小 1.46 MB
安装次数 460
当前版本 1.4
更新时间 2018-11-11
上架时间 2018-11-11
评分 4.53/5 共17次评分
开发者 Freebios
电子邮箱 [email protected]
付费类型 free
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aypierre notifieur de stream",
    "description": "Permet d'\u00eatre inform\u00e9 du d\u00e9but des stream d'Aypierre",
    "version": "1.4",
    "browser_action": {
        "default_icon": "images\/icon_off.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/stream.png"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "http:\/\/localhost:3000\/*",
        "http:\/\/62.210.119.253:3000\/*",
        "https:\/\/static-cdn.jtvnw.net\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "js\/*",
        "sounds\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}