To the Batmobile!
Add the Batman transition effect to the displayed page when you type 'batman'
Was ist To the Batmobile!?
To the Batmobile! ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Add the Batman transition effect to the displayed page when you type 'batman'".
Erweiterungsscreenshots
To the Batmobile!-Erweiterungs-CRX-Datei herunterladen
Laden Sie To the Batmobile!-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
The image and keyword are customizable by clicking on the extension icon.
Grundlegende Informationen zur Erweiterung
Name | To the Batmobile! |
ID | dkcnafamklnciihlcegbhnnneiankghc |
Offizielle URL | https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc |
Beschreibung | Add the Batman transition effect to the displayed page when you type 'batman' |
Dateigröße | 98.23 KB |
Installationsanzahl | 34 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-02-24 |
Veröffentlichungsdatum | 2019-02-19 |
Entwickler | Unknown |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "To the Batmobile!", "version": "1.0", "description": "Add the Batman transition effect to the displayed page when you type 'batman'", "manifest_version": 2, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "jquery.js", "content-script.js" ], "css": [ "styles.css" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/batman_128.png" } }, "icons": { "16": "images\/batman_16.png", "48": "images\/batman_48.png", "128": "images\/batman_128.png" }, "web_accessible_resources": [ "images\/*.png", "sounds\/*.mp3" ] } |