QuickMovie Tab

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

O que é QuickMovie Tab?

QuickMovie Tab é uma extensão do Chrome desenvolvida por jaypotner, e sua principal característica é "The QuickMovie Tab extension offers convenient web search and features from the Chrome New Tab page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão QuickMovie Tab

Baixe arquivos de extensão QuickMovie Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome QuickMovie Tab QuickMovie Tab
ID adlolloikbbahmlcklhadenmnlnllmlm
URL Oficial https://chromewebstore.google.com/detail/quickmovie-tab/adlolloikbbahmlcklhadenmnlnllmlm
Descrição The QuickMovie Tab extension offers convenient web search and features from the Chrome New Tab page.
Tamanho do Arquivo 605 KB
Contagem de Instalações 1,160
Versão Atual 44.3
Última Atualização 2023-04-08
Data de Publicação 2023-03-03
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor jaypotner
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}