Aerial
Experience breathtaking high-flying aerial views of locations around the world every time you open new tab page.
What is Aerial?
Aerial is a Chrome extension developed by Yuriy Husnay, and its main feature is "Experience breathtaking high-flying aerial views of locations around the world every time you open new tab page.".
Extension Screenshots
Download Aerial Extension CRX File
Download Aerial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enjoy videos captured in New York, San Francisco, London, China, Dubai, Greenland, Hong Kong, Liwa, Los Angeles and many more. Videos are time-based and show off various cities and locations in slow motion, with the lighting changing based on the time of day. NOTE! Good internet connection is required for smooth playback.
Extension Basic Information
Name | Aerial |
ID | gjkgdnjngjkgokkpkjlgdjgnlifnlfgd |
Official URL | https://chromewebstore.google.com/detail/aerial/gjkgdnjngjkgokkpkjlgdjgnlifnlfgd |
Description | Experience breathtaking high-flying aerial views of locations around the world every time you open new tab page. |
File Size | 28.5 KB |
Installation Count | 293 |
Current Version | 1.0.1 |
Last Updated | 2017-02-03 |
Publish Date | 2017-02-03 |
Rating | 4.88/5 Total 8 Ratings |
Developer | Yuriy Husnay |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aerial", "short_name": "Aerial", "version": "1.0.1", "description": "__MSG_shortDescription__", "default_locale": "en", "icons": { "128": "img\/icons\/icon128.png", "48": "img\/icons\/icon48.png" }, "author": "Yuriy Husnay", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "http:\/\/a1.phobos.apple.com\/us\/r1000\/000\/Features\/atv\/AutumnResources\/videos\/entries.json" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |