Make the Holidays Merry Christmas Again

Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!

Τι είναι το Make the Holidays Merry Christmas Again;

Το Make the Holidays Merry Christmas Again είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον The Opposition, και η κύρια λειτουργία του είναι "Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Make the Holidays Merry Christmas Again

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

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

                                            

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

Όνομα Make the Holidays Merry Christmas Again Make the Holidays Merry Christmas Again
ID nolmdgglambdgcklfjmadkikahnkmpca
Επίσημο URL https://chromewebstore.google.com/detail/make-the-holidays-merry-c/nolmdgglambdgcklfjmadkikahnkmpca
Περιγραφή Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!
Μέγεθος Αρχείου 77.73 KB
Αριθμός Εγκαταστάσεων 33
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2017-12-02
Ημερομηνία Δημοσίευσης 2017-12-02
Προγραμματιστής The Opposition
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make the Holidays Merry Christmas Again",
    "description": "Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Merry Christmas!"
    },
    "default_locale": "en",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "src\/Replacer.js",
                "src\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*"
    ]
}