Sport background pictures new tab
Random sports images in all new tab.
Sport background pictures new tab란 무엇입니까?
Sport background pictures new tab은(는) sportnewtab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Random sports images in all new tab."입니다.
확장 프로그램 스크린샷
Sport background pictures new tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Elevate your sports enthusiasm with this fun extension that brings the thrill of the game to each new tab. Immerse yourself in a visual feast of dynamic sports pictures that capture the excitement and passion of various athletic disciplines. From breathtaking action shots to iconic moments in sports history, every new tab becomes a gateway to the thrilling world of sports. 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 selecting the 'Add to Chrome' button and installing this fun 'Sport background pictures New Tab' you are consenting to the installation of this extension, along with our Privacy Policy and Terms of Service stated below. By installing the 'Sport background pictures New Tab,' you are agreeing to the modification of the new tab settings. You have the option to remove or disable this extension whenever you wish. Privacy policy available at: https://sportnewtab.com/privacy.html Terms of Service: https://sportnewtab.com/terms.html Feel free to contact us at [email protected]. We would be delighted to assist you!
확장 프로그램 기본 정보
이름 | Sport background pictures new tab |
ID | lplhnlmhechelehnmapagbfihmcamgph |
공식 URL | https://chromewebstore.google.com/detail/sport-background-pictures/lplhnlmhechelehnmapagbfihmcamgph |
설명 | Random sports images in all new tab. |
파일 크기 | 1.18 MB |
설치 횟수 | 2,828 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2023-10-18 |
출시 날짜 | 2022-10-29 |
개발자 | sportnewtab |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sportnewtab.com/ |
개인정보 보호 정책 페이지 URL | https://sportnewtab.com/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "manifest_version": 3, "name": "Sport background pictures new tab", "version": "1.0.5", "description": "Random sports images in all new tab.", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/sportnewtab.com\/", "*:\/\/*.sportnewtab.com\/" ], "chrome_url_overrides": { "newtab": "bgSport.html" }, "icons": { "16": "imgspt.png", "48": "imgspt.png", "128": "imgspt.png" }, "action": { "default_icon": "imgspt.png" } } |