Fashion Background Pictures New Tab
This new tab extension will display fashion pictures in the background.
Fashion Background Pictures New Tabคืออะไร?
Fashion Background Pictures New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fashion New Tab และคุณลักษณะหลักของมันคือ "This new tab extension will display fashion pictures in the background."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fashion Background Pictures New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Fashion Background Pictures New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stay up-to-date with the latest fashion trends as our extension treats you to a visual feast of fashion pictures in every new tab you open. Experience joy and beauty with our fashion pictures where each new tab becomes a gallery of trendy and inspiring images. Please note this extension will change your Chrome New Tab and New Tab search. New Tab search results powered by Yahoo. Here are some important details: By clicking on the 'Add to Chrome' button and installing this fun “Fashion background pictures new tab”, you agree to install this extension, with our Privacy Policy and our Terms of Service mentioned below. By installing “Fashion background pictures new tab” you agree to the change of the new tab setting. Privacy policy available at: https://fashionnewtab.com/privacy.html Terms of Service: https://fashionnewtab.com/terms.html Contact us! We’d love to hear from you: [email protected] You may remove or disable this extension at any time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fashion Background Pictures New Tab |
ID | ecllgdfkamjfebkldhghpfpkheedkldl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fashion-background-pictur/ecllgdfkamjfebkldhghpfpkheedkldl |
คำอธิบาย | This new tab extension will display fashion pictures in the background. |
ขนาดไฟล์ | 1.43 MB |
จำนวนการติดตั้ง | 2,274 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2023-08-14 |
วันที่เผยแพร่ | 2022-11-20 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Fashion New Tab |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://fashionnewtab.com |
URL หน้านโยบายความเป็นส่วนตัว | https://fashionnewtab.com/privacy.html |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "manifest_version": 3, "name": "Fashion Background Pictures New Tab", "version": "1.0.5", "description": "This new tab extension will display fashion pictures in the background.", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/fashionnewtab.com\/", "*:\/\/*.fashionnewtab.com\/" ], "chrome_url_overrides": { "newtab": "FashionTab.html" }, "icons": { "16": "fashion.png", "48": "fashion.png", "128": "fashion.png" }, "action": { "default_icon": "fashion.png" } } |