LevelDown Notifier
Ne manquer plus aucun live sur LevelDown !
Cos'è LevelDown Notifier?
LevelDown Notifier è un'estensione di Chrome sviluppata da CraZyHosTeR, e la sua funzione principale è "Ne manquer plus aucun live sur LevelDown ! ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LevelDown Notifier
Scarica i file di estensione LevelDown Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | pjeiejcfhapgckhkgiecbegdiodjjmka |
| URL Ufficiale | https://chrome.google.com/webstore/detail/leveldown-notifier/pjeiejcfhapgckhkgiecbegdiodjjmka |
| Descrizione | Ne manquer plus aucun live sur LevelDown ! |
| Dimensione del File | 1.06 MB |
| Conteggio Installazioni | 67 |
| Versione Corrente | 2.0.1 |
| Ultimo Aggiornamento | 2016-01-08 |
| Data di Pubblicazione | 2016-01-08 |
| Valutazione | 4.67/5 Totale 30 Valutazioni |
| Sviluppatore | CraZyHosTeR |
| Tipo di Pagamento | free |
| Lingue Supportate | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LevelDown Notifier",
"manifest_version": 2,
"version": "2.0.1",
"description": "Ne manquer plus aucun live sur LevelDown ! ",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icone.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/leveldown.fr\/*"
],
"js": [
"jquery.js",
"background.js"
]
}
],
"permissions": [
"notifications",
"tabs"
]
} | |