To the Batmobile!
Add the Batman transition effect to the displayed page when you type 'batman'
Qu'est-ce que To the Batmobile! ?
To the Batmobile! est une extension Chrome développée par Unknown, et sa fonction principale est "Add the Batman transition effect to the displayed page when you type 'batman'".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension To the Batmobile!
Téléchargez les fichiers d'extension To the Batmobile! 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
The image and keyword are customizable by clicking on the extension icon.
Informations de Base sur l'Extension
Nom | To the Batmobile! |
ID | dkcnafamklnciihlcegbhnnneiankghc |
URL Officiel | https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc |
Description | Add the Batman transition effect to the displayed page when you type 'batman' |
Taille du Fichier | 98.23 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-02-24 |
Date de Publication | 2019-02-19 |
Développeur | Unknown |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |