Movie Search Center New Tab

Extension sets your new tab to Movie Search Center Tab where you can keep up to date with the movies news directly from your New Tab

¿Qué es Movie Search Center New Tab?

Movie Search Center New Tab es una extensión de Chrome desarrollada por harbengt, y su función principal es "Extension sets your new tab to Movie Search Center Tab where you can keep up to date with the movies news directly from your New Tab".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Movie Search Center New Tab

Descarga archivos de extensión Movie Search Center New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension configures your New Tab page to Movie Search Center new tab, which offers the following: features;
* the latest and hottest movie trailers in one click
* access to sites to stay informed on the latest and juiciest celebrity tidbits
* Update your new tab search to blpsearch.com.

Our product requires the following permissions:

"Read and change your data on a number of websites"
For our product to work, we require access to a limited number of websites. 

"Replace the page you see when opening a new tab"
This allows us to show you our product - new tab page with free web search.

By installing this extension, you agree to the End User License Agreement and Privacy Policy 
End User License Agreement:   https://www.blpsearch.com/terms

Privacy Policy: https://www.blpsearch.com/privacy                    

Información Básica de la Extensión

Nombre Movie Search Center New Tab Movie Search Center New Tab
ID eapfaoggapmabingclmjigiflhhcedfj
URL Oficial https://chromewebstore.google.com/detail/movie-search-center-new-t/eapfaoggapmabingclmjigiflhhcedfj
Descripción Extension sets your new tab to Movie Search Center Tab where you can keep up to date with the movies news directly from your New Tab
Tamaño del Archivo 224 KB
Cantidad de Instalaciones 710
Versión Actual 1.0.792.898
Última Actualización 2020-07-02
Fecha de Publicación 2020-07-02
Calificación 4.25/5 Total de 12 Calificaciones
Desarrollador harbengt
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.blpsearch.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.792.898",
    "name": "Movie Search Center New Tab",
    "description": "Extension sets your new tab to Movie Search Center Tab where you can keep up to date with the movies news directly from your New Tab",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/brand.js",
            "js\/aes.js",
            "js\/mode-ecb.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "MovieSearchCenterNewTab"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "web_accessible_resources": [
        "icons\/checker.gif"
    ],
    "permissions": [
        "*:\/\/*.moviesearchcenter.com\/*",
        "https:\/\/service.prsstobe.com\/*",
        "https:\/\/*.blpsearch.com\/*",
        "cookies",
        "storage"
    ]
}