TrailerAddict - Movie Trailers

Watch the latest movie trailers, find tickets and related offers.

TrailerAddict - Movie Trailers क्या है?

TrailerAddict - Movie Trailers C&A Corp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch the latest movie trailers, find tickets and related offers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TrailerAddict - Movie Trailers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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\/",
        "*:\/\/*\/*"
    ]
}