Unblocked Games — New Tab
Unblocked Games in your favorite browser. Play, explore, relax!
Unblocked Games — New Tab란 무엇입니까?
Unblocked Games — New Tab은(는) https://gamestabs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unblocked Games in your favorite browser. Play, explore, relax!"입니다.
확장 프로그램 스크린샷
Unblocked Games — New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Unblocked Games extension will change your new tab page to a powerful and functional game catalog that you can customize. It has tons of games available, weather widget, quick links, bookmarks, relaxing music and much more! Please read carefully: By clicking "add to Chrome", I accept and agree to installing the Unblocked Games — New Tab extension and setting Chrome New Tab to that provided by the service and the Privacy Policy https://gamestabs.com/privacy/ The extension will update your search settings and will change your new tab search to Yahoo. By proceeding to install, you acknowledge and accept that, upon installation, this extension will modify the New Tab settings: Search Provider will be changed to Yahoo. You can uninstall app any time if you don't like it. Privacy Policy & Contacts: https://gamestabs.com/privacy/ Settings: - choose one of 15 beautiful cursors; - set any “.png“ or “.jpg“ image as your wallpaper; - you can turn widgets on and off; - select any games for your new tab page; - change measurement units and time format; - colored wallpapers; - night mode (dark theme); - edit your quick links.
확장 프로그램 기본 정보
이름 | Unblocked Games — New Tab |
ID | mpnfoddkacdjocmjaobmkcphfncdoogp |
공식 URL | https://chromewebstore.google.com/detail/unblocked-games-%E2%80%94-new-tab/mpnfoddkacdjocmjaobmkcphfncdoogp |
설명 | Unblocked Games in your favorite browser. Play, explore, relax! |
파일 크기 | 852 KB |
설치 횟수 | 36,426 |
현재 버전 | 24.02.29 |
최근 업데이트 | 2024-03-01 |
출시 날짜 | 2022-09-12 |
평점 | 4.69/5 총 32 개의 평점 |
개발자 | https://gamestabs.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://gamestabs.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "24.02.29", "minimum_chrome_version": "101", "name": "Unblocked Games \u2014 New Tab", "description": "Unblocked Games in your favorite browser. Play, explore, relax!", "background": { "service_worker": "js\/sw.js" }, "icons": { "128": "img\/icons\/128.png", "48": "img\/icons\/48.png", "32": "img\/icons\/favicon.png", "24": "img\/icons\/24.png" }, "action": { "default_icon": { "48": "img\/icons\/48.png" }, "default_title": "New tab" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "bookmarks", "geolocation", "storage", "topSites", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start", "all_frames": true } ], "host_permissions": [ "*:\/\/*\/*" ] } |