YES Movies extension

This extension will mark viewed movies.

What is YES Movies extension?

YES Movies extension is a Chrome extension developed by Nick Rimmer, and its main feature is "This extension will mark viewed movies.".

Extension Screenshots

screenshot

Download YES Movies extension Extension CRX File

Download YES Movies extension 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 YES Movies extension YES Movies extension
ID gidcdbfijclcchilpkmeihnpjeepbjjm
Official URL https://chromewebstore.google.com/detail/yes-movies-extension/gidcdbfijclcchilpkmeihnpjeepbjjm
Description This extension will mark viewed movies.
File Size 655 KB
Installation Count 1,219
Current Version beta
Last Updated 2017-05-08
Publish Date 2017-05-07
Rating 3.57/5 Total 7 Ratings
Developer Nick Rimmer
Payment Type free
Extension Website https://yesmovies.to
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_AppTitle__",
    "description": "__MSG_AppDesc__",
    "version": "0.2",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "YESmovies",
    "version_name": "beta",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/yesmovies.to\/*",
                "http:\/\/yesmovies.to\/*"
            ],
            "css": [
                "css\/content.css",
                "components\/fa\/css\/font-awesome.min.css"
            ],
            "js": [
                "components\/jquery.min.js",
                "js\/tools.js",
                "js\/locker.js",
                "js\/data-chrome-local-storage.js",
                "js\/content.js"
            ]
        }
    ]
}