Christmasify 🎄 any Website!
Adds a christmas theme to any website you visit including google, facebook youtube and more!
Christmasify 🎄 any Website! là gì?
Christmasify 🎄 any Website! là một tiện ích mở rộng Chrome được phát triển bởi calada2, và tính năng chính của nó là "Adds a christmas theme to any website you visit including google, facebook youtube and more!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Christmasify 🎄 any Website!
Tải xuống các tệp mở rộng Christmasify 🎄 any Website! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Christmasify 🎄 any Website! |
ID | cacclgenandnjhjmckiaadkijjpaomcg |
URL Chính Thức | https://chromewebstore.google.com/detail/christmasify-%F0%9F%8E%84-any-websi/cacclgenandnjhjmckiaadkijjpaomcg |
Mô tả | Adds a christmas theme to any website you visit including google, facebook youtube and more! |
Kích Thước Tệp | 194 KB |
Số Lần Cài Đặt | 267 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-01-31 |
Ngày Phát Hành | 2021-01-30 |
Đánh Giá | 3.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | calada2 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |