To the Batmobile!
Add the Batman transition effect to the displayed page when you type 'batman'
Что такое To the Batmobile!?
To the Batmobile! - это расширение Chrome, разработанное Unknown, и его основная функция - "Add the Batman transition effect to the displayed page when you type 'batman'".
Снимки экрана расширения
Скачать файл CRX расширения To the Batmobile!
Скачайте файлы расширений To the Batmobile! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        The image and keyword are customizable by clicking on the extension icon.                     Основная информация о расширении
| Название |   |  
| ID | dkcnafamklnciihlcegbhnnneiankghc | 
| Официальный URL | https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc | 
| Описание | Add the Batman transition effect to the displayed page when you type 'batman' | 
| Размер файла | 98.23 KB | 
| Количество установок | 34 | 
| Текущая Версия | 1.0 | 
| Последнее Обновление | 2019-02-24 | 
| Дата публикации | 2019-02-19 | 
| Разработчик | Unknown | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Поддерживаемые языки | 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"
    ]
}  |  |