Narkuss
Extension de Narkuss
What is Narkuss?
Narkuss is a Chrome extension developed by http://l2p-academy.fr, and its main feature is "Extension de Narkuss".
Extension Screenshots
Download Narkuss Extension CRX File
Download Narkuss extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ffffpnjmjhhpldmmonfgmgdklengmokp |
Official URL | https://chrome.google.com/webstore/detail/narkuss/ffffpnjmjhhpldmmonfgmgdklengmokp |
Description | Extension de Narkuss |
File Size | 57.01 KB |
Installation Count | 43 |
Current Version | 1.2.1 |
Last Updated | 2017-03-13 |
Publish Date | 2017-03-13 |
Rating | 5.00/5 Total 4 Ratings |
Developer | http://l2p-academy.fr |
Payment Type | free |
Extension Website | http://l2p-academy.fr/ |
Supported Languages | 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" ] } |