Movist Pro extension
Open web media in the current page with Movist Pro (for macOS).
Qu'est-ce que Movist Pro extension ?
Movist Pro extension est une extension Chrome développée par https://cocoable.com, et sa fonction principale est "Open web media in the current page with Movist Pro (for macOS).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Movist Pro extension
Téléchargez les fichiers d'extension Movist Pro extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
⭐️ Requires the Movist Pro (for macOS): http://cocoable.com
Informations de Base sur l'Extension
Nom | Movist Pro extension |
ID | poomhaoiklcooaelckmhijbmkclcgbad |
URL Officiel | https://chromewebstore.google.com/detail/movist-pro-extension/poomhaoiklcooaelckmhijbmkclcgbad |
Description | Open web media in the current page with Movist Pro (for macOS). |
Taille du Fichier | 36.17 KB |
Nombre d'Installations | 3,463 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2019-04-10 |
Date de Publication | 2019-04-10 |
Évaluation | 4.40/5 Total 5 Évaluations |
Développeur | https://cocoable.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://cocoable.com |
URL de la Page d'Aide | http://cocoable.com/faqs.html |
URL de la Page de Politique de Confidentialité | http://cocoable.com/faqs.html |
Langues Prises en Charge | 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" } } |