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 |
官方網址 | 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 } } |