Movie & TV

Simple movie and TV quick link web extension

What is Movie & TV?

Movie & TV is a Chrome extension developed by imarlovic, and its main feature is "Simple movie and TV quick link web extension".

Extension Screenshots

screenshot

Download Movie & TV Extension CRX File

Download Movie & 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 Movie & TV Movie & TV
ID djlnjmiaopcpcppgimgkaiieofnokcma
Official URL https://chromewebstore.google.com/detail/movie-tv/djlnjmiaopcpcppgimgkaiieofnokcma
Description Simple movie and TV quick link web extension
File Size 348 KB
Installation Count 77
Current Version 0.3.0.4
Last Updated 2018-12-09
Publish Date 2018-12-09
Rating 5.00/5 Total 1 Ratings
Developer imarlovic
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Movie & TV",
    "author": "Ivan Marlovi\u0107",
    "version": "0.3.0.4",
    "description": "Simple movie and TV quick link web extension",
    "icons": {
        "48": "icons\/logo.png",
        "64": "icons\/icon-64.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage",
        "file:\/\/\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-64.png",
        "default_title": "Movies & TV",
        "default_popup": "popup\/main.html"
    },
    "applications": {
        "gecko": {
            "id": "{2ec6637a-5c4c-456a-bc56-a76b740ff5e1}",
            "strict_min_version": "57.0"
        }
    }
}