Holiday seasons background pictures new tab
It shows holiday season background images on open every new tab.
什麼是Holiday seasons background pictures new tab?
Holiday seasons background pictures new tab是由holidayseasonsnewtab開發的Chrome擴展程式,該擴展的主要功能是“It shows holiday season background images on open every new tab.”。
擴展截圖
下載Holiday seasons background pictures new tab擴展crx文件
下載Holiday seasons background pictures new tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Enhance the festive spirit with these delightful Holiday Seasons pictures in every new tab. Immerse yourself in the joy and cheer of various holidays as vibrant and captivating images fill your browser. From colorful decorations to snowy landscapes, each new tab becomes a window to the magical world of holiday celebrations. Please note this extension will change your Chrome New Tab and New Tab search. New Tab search results powered by Yahoo. Please notice: By clicking on the 'Add to Chrome' button and installing this fun “Holiday Seasons background pictures new tab”, you agree to install this extension, with our Privacy Policy and our Terms of Service mentioned below. By installing “Holiday Seasons background pictures new tab” you agree to the change of the new tab setting. You may remove or disable this extension at any time. Privacy policy available at: https://holidayseasonsnewtab.com/privacy.html Terms of Service: https://holidayseasonsnewtab.com/terms.html Contact us! We’d love to hear from you: [email protected]
擴展基本資訊
名稱 | Holiday seasons background pictures new tab |
ID | kojmhpfmnbmibbkcnfmfdemijlkiikag |
官方網址 | https://chromewebstore.google.com/detail/holiday-seasons-backgroun/kojmhpfmnbmibbkcnfmfdemijlkiikag |
簡介 | It shows holiday season background images on open every new tab. |
檔案大小 | 1.62 MB |
安裝次數 | 3,827 |
目前版本 | 1.0.4 |
更新時間 | 2023-07-25 |
上架時間 | 2022-11-20 |
開發者 | holidayseasonsnewtab |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://holidayseasonsnewtab.com/privacy.html |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "holidayPic.png" }, "manifest_version": 3, "name": "Holiday seasons background pictures new tab", "version": "1.0.4", "description": "It shows holiday season background images on open every new tab.", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/holidayseasonsnewtab.com\/", "*:\/\/*.holidayseasonsnewtab.com\/" ], "chrome_url_overrides": { "newtab": "holidayBg.html" }, "icons": { "16": "holidayPic.png", "48": "holidayPic.png", "128": "holidayPic.png" } } |