DrFeelgood Live Extension

DrFeelgood Live Extension

Wat is DrFeelgood Live Extension?

DrFeelgood Live Extension is een Chrome-extensie ontwikkeld door Onutrem, en de belangrijkste functie is "DrFeelgood Live Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DrFeelgood Live Extension

Download DrFeelgood Live Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension chrome qui permet de savoir quand Drfeelgood stream.
- Une notification cliquable apparaît quand le stream est online !

Version 2.0 par Drakirus :

Nouveautés :
- Planning
- Réseaux sociaux                    

Basisinformatie over de Extensie

Naam DrFeelgood Live Extension DrFeelgood Live Extension
ID onohnmbhcdoojggfakcgmiaoafahkdff
Officiële URL https://chrome.google.com/webstore/detail/drfeelgood-live-extension/onohnmbhcdoojggfakcgmiaoafahkdff
Beschrijving DrFeelgood Live Extension
Bestandsgrootte 109 KB
Aantal Installaties 888
Huidige Versie 2.2.0
Laatst Bijgewerkt 2016-10-03
Publicatiedatum 2016-10-03
Beoordeling 4.72/5 Totaal 25 Beoordelingen
Ontwikkelaar Onutrem
Betalingswijze free
Ondersteunde Talen fr
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "DFG - Offline",
        "default_icon": "icon_OFFLINE.png",
        "default_popup": "popup.html"
    },
    "name": "DrFeelgood Live Extension",
    "author": "Github@Drakirus, Pierre Champion",
    "description": "DrFeelgood Live Extension",
    "version": "2.2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.twitch.tv\/*",
        "https:\/\/raw.githubusercontent.com\/*",
        "notifications",
        "tabs"
    ],
    "icons": {
        "256": "icons\/logo256.png",
        "128": "icons\/logo128.png",
        "64": "icons\/logo64.png",
        "32": "icons\/logo32.png",
        "48": "icon_OFFLINE.png"
    }
}