LevelDown Notifier
Ne manquer plus aucun live sur LevelDown !
Co to jest LevelDown Notifier?
LevelDown Notifier to rozszerzenie Chrome opracowane przez CraZyHosTeR, a jego główną funkcją jest „Ne manquer plus aucun live sur LevelDown ! ”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LevelDown Notifier
Pobierz pliki rozszerzeń LevelDown Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pjeiejcfhapgckhkgiecbegdiodjjmka |
| Oficjalny URL | https://chrome.google.com/webstore/detail/leveldown-notifier/pjeiejcfhapgckhkgiecbegdiodjjmka |
| Opis | Ne manquer plus aucun live sur LevelDown ! |
| Rozmiar pliku | 1.06 MB |
| Liczba instalacji | 67 |
| Aktualna Wersja | 2.0.1 |
| Ostatnia Aktualizacja | 2016-01-08 |
| Data Publikacji | 2016-01-08 |
| Ocena | 4.67/5 Łącznie 30 Oceny |
| Deweloper | CraZyHosTeR |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |