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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Digiteka และคุณลักษณะหลักของมันคือ "The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultimedia Premium Videos
ดาวน์โหลดไฟล์ส่วนขยาย 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 } } |