TrailerAddict - Movie Trailers
Watch the latest movie trailers, find tickets and related offers.
TrailerAddict - Movie Trailersคืออะไร?
TrailerAddict - Movie Trailers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย C&A Corp และคุณลักษณะหลักของมันคือ "Watch the latest movie trailers, find tickets and related offers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TrailerAddict - Movie Trailers
ดาวน์โหลดไฟล์ส่วนขยาย TrailerAddict - Movie Trailers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Powered by Microsoft Bing. By clicking "Add to chrome", I accept and agree to installing the Price Helpers extension and setting Chrome™ New Tab to that provided by the service and the Privacy (https://cacorp.io/privacy.html) and Terms of Use (https://cacorp.io/eula.html). This extension provides user with a Custom Web Search on your New Tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TrailerAddict - Movie Trailers |
ID | ncdechejipdlodpapdhipfpbobjfacom |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/traileraddict-movie-trail/ncdechejipdlodpapdhipfpbobjfacom |
คำอธิบาย | Watch the latest movie trailers, find tickets and related offers. |
ขนาดไฟล์ | 1.73 MB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2022-03-15 |
วันที่เผยแพร่ | 2019-08-20 |
ผู้พัฒนา | C&A Corp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://cacorp.io/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrailerAddict - Movie Trailers", "short_name": "Trailer Addict", "version": "1.8", "manifest_version": 3, "description": "Watch the latest movie trailers, find tickets and related offers.", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" } }, "web_accessible_resources": [ { "resources": [ "traileraddict.json" ], "matches": [ "https:\/\/traileraddict.s3-us-west-2.amazonaws.com\/*" ] } ], "host_permissions": [ "https:\/\/traileraddict.s3-us-west-2.amazonaws.com\/", "*:\/\/*\/*" ] } |