New Tab with Aerial Videos

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

Co to jest New Tab with Aerial Videos?

New Tab with Aerial Videos to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Watch Apple's gorgeous aerial videos every time you open a new tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia New Tab with Aerial Videos

Pobierz pliki rozszerzeń New Tab with Aerial Videos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa New Tab with Aerial Videos New Tab with Aerial Videos
ID onkmpijjdapellfindiohcfgmifppegh
Oficjalny URL https://chromewebstore.google.com/detail/new-tab-with-aerial-video/onkmpijjdapellfindiohcfgmifppegh
Opis Watch Apple's gorgeous aerial videos every time you open a new tab.
Rozmiar pliku 110 KB
Liczba instalacji 86
Aktualna Wersja 0.1.5
Ostatnia Aktualizacja 2018-09-14
Data Publikacji 2018-09-14
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
}