Accropolis

Cette extension vous informe dès qu'un live est en cours !

Wat is Accropolis?

Accropolis is een Chrome-extensie ontwikkeld door https://accropolis.fr, en de belangrijkste functie is "Cette extension vous informe dès qu'un live est en cours !".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Accropolis

Download Accropolis-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

                        Ne ratez plus aucun live d'Accropolis ! 

Un simple icône s'ajoute à votre navigateur, à côté de la barre d'adresse, et devient  verte quand la chaîne est en direct. Vous n'avez plus qu'à cliquer dessus pour vous rendre directement sur la chaîne Twitch d'Accropolis !

http://Accropolis.fr                    

Basisinformatie over de Extensie

Naam Accropolis Accropolis
ID mhncadmiacfmkolcclpdbfnbjgadnhmg
Officiële URL https://chromewebstore.google.com/detail/accropolis/mhncadmiacfmkolcclpdbfnbjgadnhmg
Beschrijving Cette extension vous informe dès qu'un live est en cours !
Bestandsgrootte 12.69 KB
Aantal Installaties 188
Huidige Versie 1.3
Laatst Bijgewerkt 2020-03-31
Publicatiedatum 2020-03-31
Beoordeling 5.00/5 Totaal 16 Beoordelingen
Ontwikkelaar https://accropolis.fr
Betalingswijze free
Extensiewebsite http://accropolis.fr
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "version": "1.3",
    "default_locale": "fr",
    "description": "__MSG_description__",
    "icons": {
        "48": "icons\/accropolis48.png",
        "96": "icons\/accropolis96.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/accropolis96.png",
        "default_title": "__MSG_title__"
    }
}