Narkuss
Extension de Narkuss
Wat is Narkuss?
Narkuss is een Chrome-extensie ontwikkeld door http://l2p-academy.fr, en de belangrijkste functie is "Extension de Narkuss".
Extensie Screenshots
Download het CRX-bestand van de extensie Narkuss
Download Narkuss-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
Recevez une notification lorsque Narkuss est en stream ! Accédez aux derniers articles de L2p-Academy avec un simple clique. Merci à https://twitter.com/EldefGraph pour les icones.
Basisinformatie over de Extensie
Naam | |
ID | ffffpnjmjhhpldmmonfgmgdklengmokp |
Officiële URL | https://chrome.google.com/webstore/detail/narkuss/ffffpnjmjhhpldmmonfgmgdklengmokp |
Beschrijving | Extension de Narkuss |
Bestandsgrootte | 57.01 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2017-03-13 |
Publicatiedatum | 2017-03-13 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://l2p-academy.fr |
Betalingswijze | free |
Extensiewebsite | http://l2p-academy.fr/ |
Ondersteunde Talen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Narkuss", "description": "Extension de Narkuss", "version": "1.2.1", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_48.png", "default_popup": "popup.html", "default_title": "Narkuss" }, "background": { "scripts": [ "jquery-3.0.0.min.js", "background.js" ] }, "permissions": [ "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/", "alarms", "notifications", "storage" ] } |