GamingHub
GamingHub - Quick Access to Facebook Games via a Customized New Tab Page!
GamingHub란 무엇입니까?
GamingHub은(는) https://www.gaminghub.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GamingHub - Quick Access to Facebook Games via a Customized New Tab Page!"입니다.
확장 프로그램 스크린샷
GamingHub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GamingHub is a Custom New Tab Extension that changes your default New Tab Page and New Tab Search Box to a custom one, while adding quick links to popular Facebook Games to the New Tab Page. Using GamingHub's custom search box, you can choose a search provider to your liking, and get customized results provided by the different search providers. GamingHub does not modify your browser's search settings in any way, other than setting a custom search box to your new tab page. Using GamingHub you can quickly access Facebook Games. In order to access these games, you must have and be logged into your active Facebook account, as our quick links redirect you to the Facebook website for actually playing the games. In addition, enjoy amazing HD backgrounds displayed on our custom New Tab Page. It is possible to lock onto a background that you like, or change to a fresh one instantly. You can also quickly access your bookmarks, history and Chrome apps from the Custom New Tab Page, as well as the search feature that allows you to search across multiple different search providers via a custom search. By clicking "Add to chrome", I accept and agree to installing the GamingHub Chrome extension and setting Chrome™ New Tab to GamingHub, and the Terms of Use and Privacy Policy. Terms of Use: http://www.gaminghub.online/tos.html Privacy Policy: http://www.gaminghub.online/privacy.html
확장 프로그램 기본 정보
이름 | GamingHub |
ID | eafoaklfmpnpdecnhhaailihkdbhkgin |
공식 URL | https://chromewebstore.google.com/detail/gaminghub/eafoaklfmpnpdecnhhaailihkdbhkgin |
설명 | GamingHub - Quick Access to Facebook Games via a Customized New Tab Page! |
파일 크기 | 15.29 MB |
설치 횟수 | 10,210 |
현재 버전 | 1.0.25 |
최근 업데이트 | 2020-06-22 |
출시 날짜 | 2020-06-21 |
평점 | 3.94/5 총 71 개의 평점 |
개발자 | https://www.gaminghub.online |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.gaminghub.online |
도움말 페이지 URL | http://www.gaminghub.online/resources/GamingHub/tos.html |
개인정보 보호 정책 페이지 URL | http://www.gaminghub.online/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon16.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com\/ 'unsafe-eval' ; object-src 'self'", "description": "GamingHub - Quick Access to Facebook Games via a Customized New Tab Page!", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png", "96": "img\/icon96.png" }, "manifest_version": 2, "name": "GamingHub", "offline_enabled": true, "permissions": [ "chrome:\/\/favicon\/", "*:\/\/*.gaminghub.online\/*" ], "short_name": "GamingHub", "storage": { "ext_ga": "UA-89463927-3" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.25" } |