Gamers Tab
Gamers Tab Default Search
Gamers Tab란 무엇입니까?
Gamers Tab은(는) Gamers Tab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gamers Tab Default Search"입니다.
확장 프로그램 스크린샷
Gamers Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Convenient browsing tool by Gamers Tab. This extension lets you browse the web and get easy access to search, images and videos. By clicking "Add to chrome", I accept and agree to installing 'Gamers Tab default search' - Chrome extension and setting Chrome™ Default search to Bing and the Terms Of Use and Privacy Policy Terms Of Use: https://www.gamerstab.xyz/terms-of-use.html Privacy Policy: https://www.gamerstab.xyz/privacy-policy.html Permissions used & reasons: "Read and change your data on a number of websites" For our product to work, we require access to the websites we own and manage. "Read your browsing history" This allows us to tailor product specific content or offers towards relevant information.
확장 프로그램 기본 정보
이름 | |
ID | mlahgempcfdbedgijfcmlchbbocnpani |
공식 URL | https://chrome.google.com/webstore/detail/gamers-tab/mlahgempcfdbedgijfcmlchbbocnpani |
설명 | Gamers Tab Default Search |
파일 크기 | 75.3 KB |
설치 횟수 | 40,000 |
현재 버전 | 1.3 |
최근 업데이트 | 2021-05-14 |
출시 날짜 | 2021-02-07 |
평점 | 2.14/5 총 7 개의 평점 |
개발자 | Gamers Tab |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://gamerstab.xyz/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gamers Tab", "description": "Gamers Tab Default Search", "version": "1.3", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "release\/browseraction_release.js" ] }, "content_scripts": [ { "js": [ "common\/contentscript.js" ], "matches": [ "*:\/\/*.gamerstab.xyz\/*" ], "run_at": "document_end" } ], "chrome_settings_overrides": { "search_provider": { "name": "Gamers Tab", "keyword": "https:\/\/www.gamerstab.xyz", "search_url": "https:\/\/www.gamerstab.xyz\/sapi\/search.php?q={searchTerms}&src=dsgames1&ssrc=ds", "search_url_post_params": "", "favicon_url": "https:\/\/www.gamerstab.xyz\/favicon.ico", "encoding": "UTF-8", "is_default": true } }, "browser_action": { "default_icon": "img\/logo_128x.png", "default_title": "Gamers Tab" }, "icons": { "128": "img\/logo_128x.png", "16": "img\/logo_16x.png", "48": "img\/logo_48x.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |