newLEGACYinc
Official Chrome extension of newLEGACYinc!
Qu'est-ce que newLEGACYinc ?
newLEGACYinc est une extension Chrome développée par scowalt, et sa fonction principale est "Official Chrome extension of newLEGACYinc!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension newLEGACYinc
Téléchargez les fichiers d'extension newLEGACYinc au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Keep up-to-date with the latest nL posts and videos. Plus, be notified when newLEGACYinc is streaming! Currently provides notifications for Twitch.tv stream and latest YouTube videos. View changelog here: https://github.com/scowalt/newLEGACYinc-chrome#changelog View source code here: https://github.com/scowalt/newLEGACYinc-chrome Send comments/bugs/suggestions to @scowalt or [email protected]
Informations de Base sur l'Extension
Nom | |
ID | ejmobeklchnhloamlgdaklmcebhfboab |
URL Officiel | https://chrome.google.com/webstore/detail/newlegacyinc/ejmobeklchnhloamlgdaklmcebhfboab |
Description | Official Chrome extension of newLEGACYinc! |
Taille du Fichier | 204 KB |
Nombre d'Installations | 624 |
Version Actuelle | 0.3.7 |
Dernière Mise à Jour | 2017-07-08 |
Date de Publication | 2017-07-08 |
Évaluation | 4.96/5 Total 56 Évaluations |
Développeur | scowalt |
Type de Paiement | free |
Site Web de l'Extension | http://scowalt.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "newLEGACYinc", "description": "Official Chrome extension of newLEGACYinc!", "version": "0.3.7", "author": "scowalt", "icons": { "96": "img\/newLEGACYinc.png" }, "web_accessible_resources": [ "img\/youtube_notification.png" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/newLEGACYinc_38.png", "default_title": "newLEGACYinc", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "alarms", "background", "notifications", "storage", "tabs", "https:\/\/api.twitch.tv\/", "http:\/\/gdata.youtube.com\/", "http:\/\/api.hitbox.tv\/media" ] } |