arhn.eu - Wtyczka Twitch
Ta wtyczka informuje o aktywnych livestreamach serwisu arhn.eu!
Wat is arhn.eu - Wtyczka Twitch?
arhn.eu - Wtyczka Twitch is een Chrome-extensie ontwikkeld door https://arhn.eu, en de belangrijkste functie is "Ta wtyczka informuje o aktywnych livestreamach serwisu arhn.eu!".
Extensie Screenshots
Download het CRX-bestand van de extensie arhn.eu - Wtyczka Twitch
Download arhn.eu - Wtyczka Twitch-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
Wtyczka przeznaczona dla widzów livestreamów arhn.eu. Informuje o transmisjach na żywo! Basisinformatie over de Extensie
| Naam | |
| ID | fgfibefilmjndhdkpgiphpaclgnadcea |
| Officiële URL | https://chromewebstore.google.com/detail/arhneu-wtyczka-twitch/fgfibefilmjndhdkpgiphpaclgnadcea |
| Beschrijving | Ta wtyczka informuje o aktywnych livestreamach serwisu arhn.eu! |
| Bestandsgrootte | 115 KB |
| Aantal Installaties | 415 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2021-09-30 |
| Publicatiedatum | 2021-09-19 |
| Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | https://arhn.eu |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "arhn.eu - Wtyczka Twitch",
"version": "1.0.3",
"manifest_version": 2,
"description": "Ta wtyczka informuje o aktywnych livestreamach serwisu arhn.eu!",
"homepage_url": "https:\/\/arhn.eu",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"js\/jquery\/jquery.min.js",
"src\/bg\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "arhn.eu - Livestreamy",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"notifications",
"storage",
"https:\/\/arhn.eu\/*"
]
} | |