To the Batmobile!

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

To the Batmobile! क्या है?

To the Batmobile! Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add the Batman transition effect to the displayed page when you type 'batman'"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में To the Batmobile! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}