New Tab with Aerial Videos

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

New Tab with Aerial Videosとは何ですか?

New Tab with Aerial VideosはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Watch Apple's gorgeous aerial videos every time you open a new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

New Tab with Aerial Videos拡張機能のCRXファイルをダウンロード

New Tab with Aerial Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 New Tab with Aerial Videos New Tab with Aerial Videos
ID onkmpijjdapellfindiohcfgmifppegh
公式URL https://chromewebstore.google.com/detail/new-tab-with-aerial-video/onkmpijjdapellfindiohcfgmifppegh
説明 Watch Apple's gorgeous aerial videos every time you open a new tab.
ファイルサイズ 110 KB
インストール数 86
現在のバージョン 0.1.5
最終更新日 2018-09-14
公開日 2018-09-14
評価 5.00/5 合計 4 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
}