Christmasify 🎄 any Website!
Adds a christmas theme to any website you visit including google, facebook youtube and more!
Τι είναι το Christmasify 🎄 any Website!;
Το Christmasify 🎄 any Website! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον calada2, και η κύρια λειτουργία του είναι "Adds a christmas theme to any website you visit including google, facebook youtube and more!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Christmasify 🎄 any Website!
Λήψη αρχείων επέκτασης Christmasify 🎄 any Website! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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
} | |