Aypierre notifieur de stream

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

Vad är Aypierre notifieur de stream?

Aypierre notifieur de stream är en Chrome-tillägg utvecklad av Freebios, och dess huvudfunktion är "Permet d'être informé du début des stream d'Aypierre".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Aypierre notifieur de stream-förlängningens CRX-fil

Ladda ner Aypierre notifieur de stream-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Aypierre notifieur de stream Aypierre notifieur de stream
ID eneplfegjjfhefhmckflgkgpednebedo
Officiell webbadress https://chromewebstore.google.com/detail/aypierre-notifieur-de-str/eneplfegjjfhefhmckflgkgpednebedo
Beskrivning Permet d'être informé du début des stream d'Aypierre
Filstorlek 1.46 MB
Antal Installationer 460
Aktuell Version 1.4
Senast Uppdaterad 2018-11-11
Publiceringsdatum 2018-11-11
Betyg 4.53/5 Totalt 17 Betyg
Utvecklare Freebios
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}