TrailerAddict - Movie Trailers
Watch the latest movie trailers, find tickets and related offers.
Was ist TrailerAddict - Movie Trailers?
TrailerAddict - Movie Trailers ist eine Chrome-Erweiterung, die von C&A Corp entwickelt wurde, und ihr Hauptmerkmal ist "Watch the latest movie trailers, find tickets and related offers.".
Erweiterungsscreenshots
TrailerAddict - Movie Trailers-Erweiterungs-CRX-Datei herunterladen
Laden Sie TrailerAddict - Movie Trailers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ncdechejipdlodpapdhipfpbobjfacom |
| Offizielle URL | https://chromewebstore.google.com/detail/traileraddict-movie-trail/ncdechejipdlodpapdhipfpbobjfacom |
| Beschreibung | Watch the latest movie trailers, find tickets and related offers. |
| Dateigröße | 1.73 MB |
| Installationsanzahl | 14 |
| Aktuelle Version | 1.8 |
| Letztes Update | 2022-03-15 |
| Veröffentlichungsdatum | 2019-08-20 |
| Entwickler | C&A Corp |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://cacorp.io/privacy.html |
| Unterstützte Sprachen | 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\/",
"*:\/\/*\/*"
]
} | |