SpaceX Animated New Tab
Simple New Tab for SpaceX Fans (with animation speed control)
Apa itu SpaceX Animated New Tab?
SpaceX Animated New Tab adalah ekstensi Chrome yang dikembangkan oleh KristijanRoss, dan fitur utamanya adalah "Simple New Tab for SpaceX Fans (with animation speed control)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SpaceX Animated New Tab
Unduh file ekstensi SpaceX Animated New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | SpaceX Animated New Tab |
ID | eggflkbkogehhhaekeghblbciboldiki |
URL Resmi | https://chromewebstore.google.com/detail/spacex-animated-new-tab/eggflkbkogehhhaekeghblbciboldiki |
Deskripsi | Simple New Tab for SpaceX Fans (with animation speed control) |
Ukuran File | 3.13 MB |
Jumlah Instalasi | 478 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2022-04-29 |
Tanggal Publikasi | 2020-09-14 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | KristijanRoss |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://ednevnik.plus/politika-privatnosti |
Bahasa yang Didukung | 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" } } |