New Tab with Aerial Videos

Watch Apple's gorgeous aerial videos every time you open a new tab.

¿Qué es New Tab with Aerial Videos?

New Tab with Aerial Videos es una extensión de Chrome desarrollada por Unknown, y su función principal es "Watch Apple's gorgeous aerial videos every time you open a new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión New Tab with Aerial Videos

Descarga archivos de extensión New Tab with Aerial Videos 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 overrides the default new tab page and brings the stunning Apple Aerial Video Screensavers to your Chrome browser.

-The video will automatically switch to another once it's finished
-You have the option to display/hide the location (as an overlay or in the tab title)
-You have the option to display/hide the video controls.

As the videos are streamed from Apple's website, and internet connection is required.

Storage permission is required to save your settings.

2018-09-18 Minor bug fixes                    

Información Básica de la Extensión

Nombre New Tab with Aerial Videos New Tab with Aerial Videos
ID onkmpijjdapellfindiohcfgmifppegh
URL Oficial https://chromewebstore.google.com/detail/new-tab-with-aerial-video/onkmpijjdapellfindiohcfgmifppegh
Descripción Watch Apple's gorgeous aerial videos every time you open a new tab.
Tamaño del Archivo 110 KB
Cantidad de Instalaciones 86
Versión Actual 0.1.5
Última Actualización 2018-09-14
Fecha de Publicación 2018-09-14
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "author": "mogwaee",
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "description": "Watch Apple's gorgeous aerial videos every time you open a new tab.",
    "icons": {
        "128": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "New Tab with Aerial Videos",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/a1.phobos.apple.com\/us\/r1000\/000\/Features\/atv\/AutumnResources\/videos\/entries.json",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5"
}