QuickMovie Tab

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

什麼是QuickMovie Tab?

QuickMovie Tab是由jaypotner開發的Chrome擴展程式,該擴展的主要功能是“The QuickMovie Tab extension offers convenient web search and features from the Chrome New Tab page.”。

擴展截圖

screenshot

下載QuickMovie Tab擴展crx文件

下載QuickMovie Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}