start.xyz - Video Backgrounds
Get beautiful video (and image) backgrounds on your New Page Tab.
start.xyz - Video Backgroundsคืออะไร?
start.xyz - Video Backgrounds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://start.xyz และคุณลักษณะหลักของมันคือ "Get beautiful video (and image) backgrounds on your New Page Tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย start.xyz - Video Backgrounds
ดาวน์โหลดไฟล์ส่วนขยาย start.xyz - Video Backgrounds ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
StartXYZ enhancements for web browsers By installing the "StartXYZ" custom search engine extension you can easily access our search field from every new tab page you open. The StartXYZ extension changes your Chrome Default Search Engine and your New Tab URL to start.xyz. The New Tab Page offers you free HD video backgrounds based on your chosen interests / categories. Required permissions for this extension are: 'search_provider' - This permission is needed to change your Default Search Engine. All searches will be redirected to start.xyz. 'json' - This permission is needed to check if you are already using our extension. If so, we do not offer it to you again. Uninstallation: To uninstall this extension, simply remove it from Chrome within your Extension Settings. Our Privacy Policy: https://start.xyz/privacy-policy Our Terms of Use: https://start.xyz/terms-and-conditions Support: https://start.xyz/support You can contact us any time via email: [email protected] or simply fill out our contact form: https://start.xyz/support
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | start.xyz - Video Backgrounds |
ID | oodpgglcmckddcmghkdfdfoepibmgigp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/startxyz-video-background/oodpgglcmckddcmghkdfdfoepibmgigp |
คำอธิบาย | Get beautiful video (and image) backgrounds on your New Page Tab. |
ขนาดไฟล์ | 7.56 KB |
จำนวนการติดตั้ง | 783 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-07-23 |
วันที่เผยแพร่ | 2021-04-20 |
ผู้พัฒนา | https://start.xyz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://start.xyz |
URL หน้าช่วยเหลือ | https://start.xyz/support |
URL หน้านโยบายความเป็นส่วนตัว | https://start.xyz/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "start.xyz - Video Backgrounds", "description": "Get beautiful video (and image) backgrounds on your New Page Tab.", "version": "1.2", "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": [], "web_accessible_resources": [ "*.json" ] } |