newLEGACYinc
Official Chrome extension of newLEGACYinc!
Vad är newLEGACYinc?
newLEGACYinc är en Chrome-tillägg utvecklad av scowalt, och dess huvudfunktion är "Official Chrome extension of newLEGACYinc!".
Tilläggsskärmbilder
Ladda ner newLEGACYinc-förlängningens CRX-fil
Ladda ner newLEGACYinc-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]
Grundläggande Information om Tillägg
Namn | |
ID | ejmobeklchnhloamlgdaklmcebhfboab |
Officiell webbadress | https://chrome.google.com/webstore/detail/newlegacyinc/ejmobeklchnhloamlgdaklmcebhfboab |
Beskrivning | Official Chrome extension of newLEGACYinc! |
Filstorlek | 204 KB |
Antal Installationer | 624 |
Aktuell Version | 0.3.7 |
Senast Uppdaterad | 2017-07-08 |
Publiceringsdatum | 2017-07-08 |
Betyg | 4.96/5 Totalt 56 Betyg |
Utvecklare | scowalt |
Betalningssätt | free |
Tilläggswebbplats | http://scowalt.com |
Stödda Språk | 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" ] } |