TrailerAddict - Movie Trailers
Watch the latest movie trailers, find tickets and related offers.
什么是TrailerAddict - Movie Trailers?
TrailerAddict - Movie Trailers是由C&A Corp开发的Chrome扩展程序,该扩展的主要功能是“Watch the latest movie trailers, find tickets and related offers.”。
扩展截图
下载TrailerAddict - Movie Trailers扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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\/",
"*:\/\/*\/*"
]
} | |