To the Batmobile!

Add the Batman transition effect to the displayed page when you type 'batman'

¿Qué es To the Batmobile!?

To the Batmobile! es una extensión de Chrome desarrollada por Unknown, y su función principal es "Add the Batman transition effect to the displayed page when you type 'batman'".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión To the Batmobile!

Descarga archivos de extensión To the Batmobile! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The image and keyword are customizable by clicking on the extension icon.                    

Información Básica de la Extensión

Nombre To the Batmobile! To the Batmobile!
ID dkcnafamklnciihlcegbhnnneiankghc
URL Oficial https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc
Descripción Add the Batman transition effect to the displayed page when you type 'batman'
Tamaño del Archivo 98.23 KB
Cantidad de Instalaciones 34
Versión Actual 1.0
Última Actualización 2019-02-24
Fecha de Publicación 2019-02-19
Desarrollador Unknown
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}