To the Batmobile!
Add the Batman transition effect to the displayed page when you type 'batman'
Co to jest To the Batmobile!?
To the Batmobile! to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Add the Batman transition effect to the displayed page when you type 'batman'”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia To the Batmobile!
Pobierz pliki rozszerzeń To the Batmobile! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The image and keyword are customizable by clicking on the extension icon.
Podstawowe informacje o rozszerzeniu
Nazwa | To the Batmobile! |
ID | dkcnafamklnciihlcegbhnnneiankghc |
Oficjalny URL | https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc |
Opis | Add the Batman transition effect to the displayed page when you type 'batman' |
Rozmiar pliku | 98.23 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-02-24 |
Data Publikacji | 2019-02-19 |
Deweloper | Unknown |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |