To the Batmobile!
Add the Batman transition effect to the displayed page when you type 'batman'
Cos'è To the Batmobile!?
To the Batmobile! è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Add the Batman transition effect to the displayed page when you type 'batman'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione To the Batmobile!
Scarica i file di estensione To the Batmobile! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The image and keyword are customizable by clicking on the extension icon.
Informazioni di Base sull'Estensione
Nome | To the Batmobile! |
ID | dkcnafamklnciihlcegbhnnneiankghc |
URL Ufficiale | https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc |
Descrizione | Add the Batman transition effect to the displayed page when you type 'batman' |
Dimensione del File | 98.23 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-02-24 |
Data di Pubblicazione | 2019-02-19 |
Sviluppatore | Unknown |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |