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'".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης To the Batmobile!

Λήψη αρχείων επέκτασης To the Batmobile! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα To the Batmobile! To the Batmobile!
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"
    ]
}