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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}