Paranoi4k Extension
Extension officiel de @paranoi4k, soyez averti lorsqu'un live Twitch est lancé
Wat is Paranoi4k Extension?
Paranoi4k Extension is een Chrome-extensie ontwikkeld door Zaekof, en de belangrijkste functie is "Extension officiel de @paranoi4k, soyez averti lorsqu'un live Twitch est lancé".
Extensie Screenshots
Download het CRX-bestand van de extensie Paranoi4k Extension
Download Paranoi4k Extension-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
Extension officiel de @paranoi4k, soyez averti lorsqu'une nouvelle vidéo est publiée et quand un live Twitch est lancé. Basisinformatie over de Extensie
| Naam | |
| ID | dmgjmgoaamclmnlmdhjnkanflillacmh |
| Officiële URL | https://chromewebstore.google.com/detail/paranoi4k-extension/dmgjmgoaamclmnlmdhjnkanflillacmh |
| Beschrijving | Extension officiel de @paranoi4k, soyez averti lorsqu'un live Twitch est lancé |
| Bestandsgrootte | 262 KB |
| Aantal Installaties | 14 |
| Huidige Versie | 4.0 |
| Laatst Bijgewerkt | 2022-03-15 |
| Publicatiedatum | 2020-05-03 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Zaekof |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.twitch.tv/paranoi4k |
| Help Pagina-URL | https://www.twitter.com/zaekof |
| Ondersteunde Talen | fr |
| manifest.json | |
{
"name": "Paranoi4k Extension",
"description": "Extension officiel de @paranoi4k, soyez averti lorsqu'un live Twitch est lanc\u00e9",
"version": "4.0",
"developer": {
"name": "Zaekof",
"url": "https:\/\/twitter.com\/Zaekof"
},
"manifest_version": 3,
"minimum_opera_version": "53.0",
"permissions": [
"identity",
"storage",
"alarms",
"notifications",
"tabs",
"unlimitedStorage"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |