Accropolis
Cette extension vous informe dès qu'un live est en cours !
Vad är Accropolis?
Accropolis är en Chrome-tillägg utvecklad av https://accropolis.fr, och dess huvudfunktion är "Cette extension vous informe dès qu'un live est en cours !".
Tilläggsskärmbilder
Ladda ner Accropolis-förlängningens CRX-fil
Ladda ner Accropolis-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
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 Grundläggande Information om Tillägg
| Namn | |
| ID | mhncadmiacfmkolcclpdbfnbjgadnhmg |
| Officiell webbadress | https://chromewebstore.google.com/detail/accropolis/mhncadmiacfmkolcclpdbfnbjgadnhmg |
| Beskrivning | Cette extension vous informe dès qu'un live est en cours ! |
| Filstorlek | 12.69 KB |
| Antal Installationer | 188 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2020-03-31 |
| Publiceringsdatum | 2020-03-31 |
| Betyg | 5.00/5 Totalt 16 Betyg |
| Utvecklare | https://accropolis.fr |
| Betalningssätt | free |
| Tilläggswebbplats | http://accropolis.fr |
| Stödda Språk | 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__"
}
} | |