ECLYPSIA Webtvs
Eclypsia’s very first official extension dedicated to its webtvs!
What is ECLYPSIA Webtvs?
ECLYPSIA Webtvs is a Chrome extension developed by https://www.eclypsia.com, and its main feature is "Eclypsia’s very first official extension dedicated to its webtvs!".
Extension Screenshots
Download ECLYPSIA Webtvs Extension CRX File
Download ECLYPSIA Webtvs 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
Discover the very first extension dedicated to Eclypsia’s webtvs. Easy to install, it will warn you each time one of your favorite shows or streamers goes live so you never miss any webtv show anymore!
Extension Basic Information
Name | ECLYPSIA Webtvs |
ID | ikmoijimgccfopaebjaidhddgkcfmpjf |
Official URL | https://chromewebstore.google.com/detail/eclypsia-webtvs/ikmoijimgccfopaebjaidhddgkcfmpjf |
Description | Eclypsia’s very first official extension dedicated to its webtvs! |
File Size | 48.25 KB |
Installation Count | 35 |
Current Version | 0.1 |
Last Updated | 2016-01-12 |
Publish Date | 2016-01-12 |
Rating | 5.00/5 Total 9 Ratings |
Developer | https://www.eclypsia.com |
Payment Type | free |
Supported Languages | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "EC-WebTV", "description": "__MSG_appDesc__", "version": "0.1", "author": "eclypsia", "default_locale": "fr", "permissions": [ "storage", "alarms", "notifications", "https:\/\/*.google.com\/" ], "background": { "scripts": [ "app\/jquery-2.1.4.min.js", "app\/bootstrap.js", "app\/calendarsManager.js", "app\/alarmsManager.js", "app\/eventsManager.js", "app\/notificationsManager.js", "app\/translatorManager.js", "app\/view.js", "app\/controller.js", "app\/app.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "app\/icons\/eclypsia32.png", "38": "app\/icons\/eclypsia48.png" }, "default_title": "Eclypsia WebTV Stream", "default_popup": "app\/popup.html" }, "minimum_chrome_version": "32" } |