New Tab with Aerial Videos

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

Qu'est-ce que New Tab with Aerial Videos ?

New Tab with Aerial Videos est une extension Chrome développée par Unknown, et sa fonction principale est "Watch Apple's gorgeous aerial videos every time you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension New Tab with Aerial Videos

Téléchargez les fichiers d'extension New Tab with Aerial Videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom New Tab with Aerial Videos New Tab with Aerial Videos
ID onkmpijjdapellfindiohcfgmifppegh
URL Officiel https://chromewebstore.google.com/detail/new-tab-with-aerial-video/onkmpijjdapellfindiohcfgmifppegh
Description Watch Apple's gorgeous aerial videos every time you open a new tab.
Taille du Fichier 110 KB
Nombre d'Installations 86
Version Actuelle 0.1.5
Dernière Mise à Jour 2018-09-14
Date de Publication 2018-09-14
Évaluation 5.00/5 Total 4 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
}