New Tab with Aerial Videos
Watch Apple's gorgeous aerial videos every time you open a new tab.
Was ist New Tab with Aerial Videos?
New Tab with Aerial Videos ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Watch Apple's gorgeous aerial videos every time you open a new tab.".
Erweiterungsscreenshots
New Tab with Aerial Videos-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab with Aerial Videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | onkmpijjdapellfindiohcfgmifppegh |
| Offizielle URL | https://chromewebstore.google.com/detail/new-tab-with-aerial-video/onkmpijjdapellfindiohcfgmifppegh |
| Beschreibung | Watch Apple's gorgeous aerial videos every time you open a new tab. |
| Dateigröße | 110 KB |
| Installationsanzahl | 86 |
| Aktuelle Version | 0.1.5 |
| Letztes Update | 2018-09-14 |
| Veröffentlichungsdatum | 2018-09-14 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |