SpaceX Animated New Tab

Simple New Tab for SpaceX Fans (with animation speed control)

What is SpaceX Animated New Tab?

SpaceX Animated New Tab is a Chrome extension developed by KristijanRoss, and its main feature is "Simple New Tab for SpaceX Fans (with animation speed control)".

Extension Screenshots

screenshot
screenshot

Download SpaceX Animated New Tab Extension CRX File

Download SpaceX Animated New Tab 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

                        Includes:
- Recently closed tabs
- Useful Chrome shortcuts
- Control the video speed with mouse wheel

Details:
- Storage: chrome.local
- Ignored links: /^(chrome|data)/
- Video: spacex.mp4 (1920x1080, 30fps, 28s, 3MB)
- Min./Max. playback speed: 0x - 16x

Open Source:
https://github.com/ChrisRoss5/SpaceX-Animated-New-Tab                    

Extension Basic Information

Name SpaceX Animated New Tab SpaceX Animated New Tab
ID eggflkbkogehhhaekeghblbciboldiki
Official URL https://chromewebstore.google.com/detail/spacex-animated-new-tab/eggflkbkogehhhaekeghblbciboldiki
Description Simple New Tab for SpaceX Fans (with animation speed control)
File Size 3.13 MB
Installation Count 478
Current Version 1.2
Last Updated 2022-04-29
Publish Date 2020-09-14
Rating 5.00/5 Total 4 Ratings
Developer KristijanRoss
Email [email protected]
Payment Type free
Privacy Policy Page URL https://ednevnik.plus/politika-privatnosti
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpaceX Animated New Tab",
    "author": "Kristijan Rosandi\u0107",
    "description": "Simple New Tab for SpaceX Fans (with animation speed control)",
    "version": "1.2",
    "offline_enabled": true,
    "icons": {
        "128": "assets\/128x128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "spacex.html"
    }
}