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.”。
擴展截圖
下載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 |
ID | onkmpijjdapellfindiohcfgmifppegh |
官方網址 | 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" } |