newLEGACYinc
Official Chrome extension of newLEGACYinc!
Was ist newLEGACYinc?
newLEGACYinc ist eine Chrome-Erweiterung, die von scowalt entwickelt wurde, und ihr Hauptmerkmal ist "Official Chrome extension of newLEGACYinc!".
Erweiterungsscreenshots
newLEGACYinc-Erweiterungs-CRX-Datei herunterladen
Laden Sie newLEGACYinc-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | |
ID | ejmobeklchnhloamlgdaklmcebhfboab |
Offizielle URL | https://chrome.google.com/webstore/detail/newlegacyinc/ejmobeklchnhloamlgdaklmcebhfboab |
Beschreibung | Official Chrome extension of newLEGACYinc! |
Dateigröße | 204 KB |
Installationsanzahl | 624 |
Aktuelle Version | 0.3.7 |
Letztes Update | 2017-07-08 |
Veröffentlichungsdatum | 2017-07-08 |
Bewertung | 4.96/5 Insgesamt 56 Bewertungen |
Entwickler | scowalt |
Zahlungsart | free |
Erweiterungswebsite | http://scowalt.com |
Unterstützte Sprachen | 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" ] } |