LiveNotif - Aypierre

Envoie une notification quand Aypierre est en live ou sort une vidéo.

LiveNotif - Aypierreとは何ですか?

LiveNotif - AypierreはSiffreinによって開発されたChromeの拡張機能で、その主な機能は「Envoie une notification quand Aypierre est en live ou sort une vidéo.」です。

拡張機能のスクリーンショット

screenshot

LiveNotif - Aypierre拡張機能のCRXファイルをダウンロード

LiveNotif - Aypierre拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Cette extension notifie les utilisateurs lorsqu'Aypierre publie une nouvelle vidéo sur YouTube ou est en live sur Twitch.

Changements et Firefox: https://github.com/siffreinsg/livenotif/releases

Chaîne: https://www.youtube.com/user/aypierre/                    

拡張機能の基本情報

名前 LiveNotif - Aypierre LiveNotif - Aypierre
ID oapbenfplhadkkokfloaogfkolhojgcl
公式URL https://chromewebstore.google.com/detail/livenotif-aypierre/oapbenfplhadkkokfloaogfkolhojgcl
説明 Envoie une notification quand Aypierre est en live ou sort une vidéo.
ファイルサイズ 695 KB
インストール数 1,288
現在のバージョン 3.3.1
最終更新日 2019-07-03
公開日 2019-07-03
評価 4.87/5 合計 15 レビュー
開発者 Siffrein
Eメール [email protected]
支払い方法 free
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LiveNotif - Aypierre",
    "short_name": "Aypierre",
    "description": "Envoie une notification quand Aypierre est en live ou sort une vid\u00e9o.",
    "version": "3.3.1",
    "browser_action": {
        "default_title": "Aypierre est hors-ligne.",
        "default_icon": {
            "16": "assets\/icons\/off\/16.png",
            "32": "assets\/icons\/off\/32.png",
            "48": "assets\/icons\/off\/48.png",
            "128": "assets\/icons\/off\/128.png"
        },
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/on\/16.png",
        "32": "assets\/icons\/on\/32.png",
        "48": "assets\/icons\/on\/48.png",
        "128": "assets\/icons\/on\/128.png"
    },
    "options_ui": {
        "page": "views\/options.html"
    },
    "background": {
        "scripts": [
            "assets\/js\/browser-polyfill.min.js",
            "assets\/js\/timeago.min.js",
            "init.js",
            "functions.js",
            "events.js",
            "main.js"
        ]
    },
    "permissions": [
        "https:\/\/i.ytimg.com\/*",
        "https:\/\/static-cdn.jtvnw.net\/*",
        "notifications",
        "storage"
    ],
    "author": "Siffrein Sigy",
    "manifest_version": 2
}