To the Batmobile!
Add the Batman transition effect to the displayed page when you type 'batman'
Wat is To the Batmobile!?
To the Batmobile! is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Add the Batman transition effect to the displayed page when you type 'batman'".
Extensie Screenshots
Download het CRX-bestand van de extensie To the Batmobile!
Download To the Batmobile!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The image and keyword are customizable by clicking on the extension icon.
Basisinformatie over de Extensie
Naam | To the Batmobile! |
ID | dkcnafamklnciihlcegbhnnneiankghc |
Officiële URL | https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc |
Beschrijving | Add the Batman transition effect to the displayed page when you type 'batman' |
Bestandsgrootte | 98.23 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-02-24 |
Publicatiedatum | 2019-02-19 |
Ontwikkelaar | Unknown |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |