Christmasify 🎄 any Website!

Adds a christmas theme to any website you visit including google, facebook youtube and more!

Christmasify 🎄 any Website! क्या है?

Christmasify 🎄 any Website! calada2 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a christmas theme to any website you visit including google, facebook youtube and more!"।

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

screenshot

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

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

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

                        Adds a christmas theme to any website you visit including google, facebook youtube and more! The christmas theme includes snowing, christmas ornaments and a beautiful pine forest!                    

एक्सटेंशन की मूल जानकारी

नाम Christmasify 🎄 any Website! Christmasify 🎄 any Website!
ID cacclgenandnjhjmckiaadkijjpaomcg
आधिकारिक URL https://chromewebstore.google.com/detail/christmasify-%F0%9F%8E%84-any-websi/cacclgenandnjhjmckiaadkijjpaomcg
विवरण Adds a christmas theme to any website you visit including google, facebook youtube and more!
फ़ाइल का आकार 194 KB
स्थापना संख्या 267
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-01-31
प्रकाशन तिथि 2021-01-30
रेटिंग 3.25/5 कुल 4 रेटिंग्स
डेवलपर calada2
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christmasify \ud83c\udf84 any Website!",
    "version": "1.0",
    "description": "Adds a christmas theme to any website you visit including google, facebook youtube and more!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/snow.png",
        "images\/ornament0.png",
        "images\/ornament1.png",
        "images\/ornament2.png",
        "images\/ornament3.png",
        "images\/forest.png",
        "images\/forest2.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}