Ultimedia Premium Videos
The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.
什么是Ultimedia Premium Videos?
Ultimedia Premium Videos是由Digiteka开发的Chrome扩展程序,该扩展的主要功能是“The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.”。
扩展截图
下载Ultimedia Premium Videos扩展crx文件
下载Ultimedia Premium Videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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...
扩展基本信息
名称 | Ultimedia Premium Videos |
ID | hlodlcjfnnoingcnaaicdnjmddaejlnf |
官方URL | https://chromewebstore.google.com/detail/ultimedia-premium-videos/hlodlcjfnnoingcnaaicdnjmddaejlnf |
简介 | The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website. |
文件大小 | 8.57 KB |
安装次数 | 1,155 |
当前版本 | 1.5 |
更新时间 | 2022-08-24 |
上架时间 | 2016-09-07 |
评分 | 4.33/5 共60次评分 |
开发者 | Digiteka |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.ultimedia.com/ |
支持的语言 | 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 } } |