Ultimedia Premium Videos
The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.
Cos'è Ultimedia Premium Videos?
Ultimedia Premium Videos è un'estensione di Chrome sviluppata da Digiteka, e la sua funzione principale è "The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ultimedia Premium Videos
Scarica i file di estensione Ultimedia Premium Videos 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
The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.The Ultimedia.com catalog offers more than 600 000 videos : News, Sport, Travel, Women, Celebrities, Automotive, Music, Cinema...
Informazioni di Base sull'Estensione
Nome | Ultimedia Premium Videos |
ID | hlodlcjfnnoingcnaaicdnjmddaejlnf |
URL Ufficiale | https://chromewebstore.google.com/detail/ultimedia-premium-videos/hlodlcjfnnoingcnaaicdnjmddaejlnf |
Descrizione | The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website. |
Dimensione del File | 8.57 KB |
Conteggio Installazioni | 1,155 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2022-08-24 |
Data di Pubblicazione | 2016-09-07 |
Valutazione | 4.33/5 Totale 60 Valutazioni |
Sviluppatore | Digiteka |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.ultimedia.com/ |
Lingue Supportate | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.5", "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "icons": { "16": "cadreplayer.png", "48": "48px.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/127.0.0.1\/*", "http:\/\/localhost\/*" ], "browser_action": { "default_icon": "cadreplayer.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |