SpaceX Animated New Tab
Simple New Tab for SpaceX Fans (with animation speed control)
Qu'est-ce que SpaceX Animated New Tab ?
SpaceX Animated New Tab est une extension Chrome développée par KristijanRoss, et sa fonction principale est "Simple New Tab for SpaceX Fans (with animation speed control)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SpaceX Animated New Tab
Téléchargez les fichiers d'extension SpaceX Animated New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SpaceX Animated New Tab |
ID | eggflkbkogehhhaekeghblbciboldiki |
URL Officiel | https://chromewebstore.google.com/detail/spacex-animated-new-tab/eggflkbkogehhhaekeghblbciboldiki |
Description | Simple New Tab for SpaceX Fans (with animation speed control) |
Taille du Fichier | 3.13 MB |
Nombre d'Installations | 478 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-04-29 |
Date de Publication | 2020-09-14 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | KristijanRoss |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://ednevnik.plus/politika-privatnosti |
Langues Prises en Charge | 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" } } |