Aero1738 TV

The official Aero1738 browser extension, showing notifications when Aero1738 goes live..

What is Aero1738 TV?

Aero1738 TV is a Chrome extension developed by aeroproject223, and its main feature is "The official Aero1738 browser extension, showing notifications when Aero1738 goes live..".

Extension Screenshots

screenshot

Download Aero1738 TV Extension CRX File

Download Aero1738 TV 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

                                            

Extension Basic Information

Name Aero1738 TV Aero1738 TV
ID odlmkkdmadlolcahoanmmaeaphhkbbcg
Official URL https://chromewebstore.google.com/detail/aero1738-tv/odlmkkdmadlolcahoanmmaeaphhkbbcg
Description The official Aero1738 browser extension, showing notifications when Aero1738 goes live..
File Size 85.48 KB
Installation Count 32
Current Version 2.0.0
Last Updated 2017-11-05
Publish Date 2017-11-05
Rating 5.00/5 Total 3 Ratings
Developer aeroproject223
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aero1738 TV",
    "version": "2.0.0",
    "description": "The official Aero1738 browser extension, showing notifications when Aero1738 goes live..",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_title": "Aero1738 TV",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "external\/socket.io.min.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ]
}