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
Eメール [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'"
}