Movist Pro extension
Open web media in the current page with Movist Pro (for macOS).
Wat is Movist Pro extension?
Movist Pro extension is een Chrome-extensie ontwikkeld door https://cocoable.com, en de belangrijkste functie is "Open web media in the current page with Movist Pro (for macOS).".
Extensie Screenshots
Download het CRX-bestand van de extensie Movist Pro extension
Download Movist Pro extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
⭐️ Requires the Movist Pro (for macOS): http://cocoable.com Basisinformatie over de Extensie
| Naam | |
| ID | poomhaoiklcooaelckmhijbmkclcgbad |
| Officiële URL | https://chromewebstore.google.com/detail/movist-pro-extension/poomhaoiklcooaelckmhijbmkclcgbad |
| Beschrijving | Open web media in the current page with Movist Pro (for macOS). |
| Bestandsgrootte | 36.17 KB |
| Aantal Installaties | 3,463 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2019-04-10 |
| Publicatiedatum | 2019-04-10 |
| Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://cocoable.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://cocoable.com |
| Help Pagina-URL | http://cocoable.com/faqs.html |
| URL van de Privacybeleid Pagina | http://cocoable.com/faqs.html |
| Ondersteunde Talen | 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"
}
} | |