Aypierre notifieur de stream

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

Aypierre notifieur de stream क्या है?

Aypierre notifieur de stream Freebios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Permet d'être informé du début des stream d'Aypierre"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aypierre notifieur de stream एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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