Movist Pro extension
Open web media in the current page with Movist Pro (for macOS).
Cos'è Movist Pro extension?
Movist Pro extension è un'estensione di Chrome sviluppata da https://cocoable.com, e la sua funzione principale è "Open web media in the current page with Movist Pro (for macOS).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Movist Pro extension
Scarica i file di estensione Movist Pro extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
⭐️ Requires the Movist Pro (for macOS): http://cocoable.com Informazioni di Base sull'Estensione
| Nome | |
| ID | poomhaoiklcooaelckmhijbmkclcgbad |
| URL Ufficiale | https://chromewebstore.google.com/detail/movist-pro-extension/poomhaoiklcooaelckmhijbmkclcgbad |
| Descrizione | Open web media in the current page with Movist Pro (for macOS). |
| Dimensione del File | 36.17 KB |
| Conteggio Installazioni | 3,463 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2019-04-10 |
| Data di Pubblicazione | 2019-04-10 |
| Valutazione | 4.40/5 Totale 5 Valutazioni |
| Sviluppatore | https://cocoable.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://cocoable.com |
| URL della Pagina di Aiuto | http://cocoable.com/faqs.html |
| URL della Pagina della Politica sulla Privacy | http://cocoable.com/faqs.html |
| Lingue Supportate | 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"
}
} | |