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은(는) View Templates에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…"입니다.
확장 프로그램 스크린샷
View Templates 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:;" } } |