TrailerAddict - Movie Trailers
Watch the latest movie trailers, find tickets and related offers.
Wat is TrailerAddict - Movie Trailers?
TrailerAddict - Movie Trailers is een Chrome-extensie ontwikkeld door C&A Corp, en de belangrijkste functie is "Watch the latest movie trailers, find tickets and related offers.".
Extensie Screenshots
Download het CRX-bestand van de extensie TrailerAddict - Movie Trailers
Download TrailerAddict - Movie Trailers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ncdechejipdlodpapdhipfpbobjfacom |
| Officiële URL | https://chromewebstore.google.com/detail/traileraddict-movie-trail/ncdechejipdlodpapdhipfpbobjfacom |
| Beschrijving | Watch the latest movie trailers, find tickets and related offers. |
| Bestandsgrootte | 1.73 MB |
| Aantal Installaties | 14 |
| Huidige Versie | 1.8 |
| Laatst Bijgewerkt | 2022-03-15 |
| Publicatiedatum | 2019-08-20 |
| Ontwikkelaar | C&A Corp |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://cacorp.io/privacy.html |
| Ondersteunde Talen | 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\/",
"*:\/\/*\/*"
]
} | |