View Templates
Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…
View Templatesคืออะไร?
View Templates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย View Templates และคุณลักษณะหลักของมันคือ "Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย View Templates
ดาวน์โหลดไฟล์ส่วนขยาย View Templates ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change Your New Tab Page with Yahoo Web Search & Weekly Updated Templates. You can view our privacy policy here: https://viewtemplates.com/app/privacy.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | View Templates |
ID | dpnleidgnnnggopdgmgpjocdnefhpoll |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/view-templates/dpnleidgnnnggopdgmgpjocdnefhpoll |
คำอธิบาย | Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change… |
ขนาดไฟล์ | 419 KB |
จำนวนการติดตั้ง | 32,372 |
เวอร์ชันปัจจุบัน | 1.0.0.3 |
อัปเดตครั้งล่าสุด | 2023-11-29 |
วันที่เผยแพร่ | 2023-09-12 |
ผู้พัฒนา | View Templates |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://viewtemplates.com/app/privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.3", "manifest_version": 3, "short_name": "View Templates", "name": "View Templates", "background": { "service_worker": "install_service.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.viewtemplates.com\/*" ], "resources": [ "*.json", "favicon.ico" ] } ], "content_security_policy": { "extension_pages": "default-src 'self' 'unsafe-inline' https:\/\/viewtemplates.com; media-src https:\/\/templates.viewtemplates.com https:\/\/viewtemplates.com; connect-src 'self' https:\/\/www.googleadservices.com https:\/\/viewtemplates.com https:\/\/templates.viewtemplates.com; script-src 'self'; object-src 'self'; img-src 'self' https:\/\/viewtemplates.com * data:;" } } |