Ultimedia Premium Videos
The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.
Wat is Ultimedia Premium Videos?
Ultimedia Premium Videos is een Chrome-extensie ontwikkeld door Digiteka, en de belangrijkste functie is "The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ultimedia Premium Videos
Download Ultimedia Premium Videos-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
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...
Basisinformatie over de Extensie
Naam | Ultimedia Premium Videos |
ID | hlodlcjfnnoingcnaaicdnjmddaejlnf |
Officiële URL | https://chromewebstore.google.com/detail/ultimedia-premium-videos/hlodlcjfnnoingcnaaicdnjmddaejlnf |
Beschrijving | The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website. |
Bestandsgrootte | 8.57 KB |
Aantal Installaties | 1,155 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2022-08-24 |
Publicatiedatum | 2016-09-07 |
Beoordeling | 4.33/5 Totaal 60 Beoordelingen |
Ontwikkelaar | Digiteka |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.ultimedia.com/ |
Ondersteunde Talen | 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 } } |