QuickMovie Tab

The QuickMovie Tab extension offers convenient web search and features from the Chrome New Tab page.

QuickMovie Tab क्या है?

QuickMovie Tab jaypotner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The QuickMovie Tab extension offers convenient web search and features from the Chrome New Tab page."।

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

screenshot

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

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

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

                        From our extension, you can find out everything you want about your favorite movies, trailers, tv series, follow your favorites actors, movies and series reviews all in one convenient place.

Search results are provided in MS Bing, Google news and qucikmovietab sites

Please read carefully: By clicking the “ADD TO CHROME” button in the top right hand corner and installing the  extension, you agree to install this extension, and you agree to the Terms of Use and the Privacy Policy.You can uninstall the extension at any time.

Terms of Use:
https://search.quickmovietab.com/terms.php

Privacy Policy:
https://search.quickmovietab.com/pp.php

About us: 
https://search.quickmovietab.com/about.php

Contact Details:
SOSO Interactive Limited
ROOM 01, 21/F, PROSPER COMMERCIAL BUILDING, 
9 YIN CHONG STREET, KOWLOON, HONGKONG 
[email protected]
+852 293423006                    

एक्सटेंशन की मूल जानकारी

नाम QuickMovie Tab QuickMovie Tab
ID adlolloikbbahmlcklhadenmnlnllmlm
आधिकारिक URL https://chromewebstore.google.com/detail/quickmovie-tab/adlolloikbbahmlcklhadenmnlnllmlm
विवरण The QuickMovie Tab extension offers convenient web search and features from the Chrome New Tab page.
फ़ाइल का आकार 605 KB
स्थापना संख्या 1,160
वर्तमान संस्करण 44.3
अंतिम अपडेट 2023-04-08
प्रकाशन तिथि 2023-03-03
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर jaypotner
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "imgs\/icon128.png",
        "default_title": "QuickMovie Tab"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "The QuickMovie Tab extension offers convenient web search and features from the Chrome New Tab page.",
    "icons": {
        "128": "imgs\/icon128.png"
    },
    "homepage_url": "https:\/\/www.quickmovietab.com\/",
    "manifest_version": 3,
    "name": "QuickMovie Tab",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "44.3",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/auto_complete.js",
                "js\/bootstrap.min.js",
                "js\/bootstrap.min.js",
                "js\/content.js",
                "js\/jquery.min.js",
                "js\/jqueryui.min.js",
                "imgs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}