To the Batmobile!
Add the Batman transition effect to the displayed page when you type 'batman'
What is To the Batmobile!?
To the Batmobile! is a Chrome extension developed by Unknown, and its main feature is "Add the Batman transition effect to the displayed page when you type 'batman'".
Extension Screenshots
Download To the Batmobile! Extension CRX File
Download To the Batmobile! 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
The image and keyword are customizable by clicking on the extension icon.
Extension Basic Information
Name | To the Batmobile! |
ID | dkcnafamklnciihlcegbhnnneiankghc |
Official URL | https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc |
Description | Add the Batman transition effect to the displayed page when you type 'batman' |
File Size | 98.23 KB |
Installation Count | 34 |
Current Version | 1.0 |
Last Updated | 2019-02-24 |
Publish Date | 2019-02-19 |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |