Movist Pro extension

Open web media in the current page with Movist Pro (for macOS).

What is Movist Pro extension?

Movist Pro extension is a Chrome extension developed by https://cocoable.com, and its main feature is "Open web media in the current page with Movist Pro (for macOS).".

Extension Screenshots

screenshot

Download Movist Pro extension Extension CRX File

Download Movist Pro 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

                        ⭐️ Requires the Movist Pro (for macOS): http://cocoable.com                    

Extension Basic Information

Name Movist Pro extension Movist Pro extension
ID poomhaoiklcooaelckmhijbmkclcgbad
Official URL https://chromewebstore.google.com/detail/movist-pro-extension/poomhaoiklcooaelckmhijbmkclcgbad
Description Open web media in the current page with Movist Pro (for macOS).
File Size 36.17 KB
Installation Count 3,463
Current Version 1.0.3
Last Updated 2019-04-10
Publish Date 2019-04-10
Rating 4.40/5 Total 5 Ratings
Developer https://cocoable.com
Email [email protected]
Payment Type free
Extension Website http://cocoable.com
Help Page URL http://cocoable.com/faqs.html
Privacy Policy Page URL http://cocoable.com/faqs.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Movist Pro extension",
    "short_name": "Movist Pro",
    "author": "Movist",
    "description": "Open web media in the current page with Movist Pro (for macOS).",
    "version": "1.0.3",
    "homepage_url": "http:\/\/cocoable.com",
    "icons": {
        "128": "icon_128x128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "toolbar_icon.png",
        "default_title": "Movist Pro"
    }
}