Ultimedia Premium Videos
The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.
What is Ultimedia Premium Videos?
Ultimedia Premium Videos is a Chrome extension developed by Digiteka, and its main feature is "The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.".
Extension Screenshots
Download Ultimedia Premium Videos Extension CRX File
Download Ultimedia Premium Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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...
Extension Basic Information
Name | Ultimedia Premium Videos |
ID | hlodlcjfnnoingcnaaicdnjmddaejlnf |
Official URL | https://chromewebstore.google.com/detail/ultimedia-premium-videos/hlodlcjfnnoingcnaaicdnjmddaejlnf |
Description | The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website. |
File Size | 8.57 KB |
Installation Count | 1,155 |
Current Version | 1.5 |
Last Updated | 2022-08-24 |
Publish Date | 2016-09-07 |
Rating | 4.33/5 Total 60 Ratings |
Developer | Digiteka |
[email protected] | |
Payment Type | free |
Extension Website | http://www.ultimedia.com/ |
Supported Languages | 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 } } |