New Tab with Aerial Videos

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

Co je New Tab with Aerial Videos?

New Tab with Aerial Videos je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Watch Apple's gorgeous aerial videos every time you open a new tab.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření New Tab with Aerial Videos

Stáhněte si soubory rozšíření New Tab with Aerial Videos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název New Tab with Aerial Videos New Tab with Aerial Videos
ID onkmpijjdapellfindiohcfgmifppegh
Oficiální URL https://chromewebstore.google.com/detail/new-tab-with-aerial-video/onkmpijjdapellfindiohcfgmifppegh
Popis Watch Apple's gorgeous aerial videos every time you open a new tab.
Velikost souboru 110 KB
Počet instalací 86
Aktuální Verze 0.1.5
Poslední Aktualizace 2018-09-14
Datum Vydání 2018-09-14
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
}