Gamers Tab

Gamers Tab New Tab

Gamers Tab란 무엇입니까?

Gamers Tab은(는) https://gamers-tab.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gamers Tab New Tab"입니다.

확장 프로그램 스크린샷

screenshot

Gamers Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Gamers Tab New Tab gives you quick access to the most popular websites! 
A minimalist replacement for Chrome's New Tab page.

**In order to provide the extension feature, your new tab settings would be modified.

By clicking "Add to chrome", I accept and agree to installing 'Gamers Tab' and setting Chrome™ New Tab to that provided by the service and the End User License Agreement and Privacy Policy

For other support or to provide feedback, please visit us at 
https://www.gamers-tab.xyz/contact.html

Privacy Policy: https://www.gamers-tab.xyz/privacy-policy.html
EULA: https://www.gamers-tab.xyz/eula.html

For instructions on how to remove our extension, please visit 
https://www.gamers-tab.xyz/uninstall.html                    

확장 프로그램 기본 정보

이름 Gamers Tab Gamers Tab
ID mlplfhmdhodokbiilgjpagiaahajhaka
공식 URL https://chromewebstore.google.com/detail/gamers-tab/mlplfhmdhodokbiilgjpagiaahajhaka
설명 Gamers Tab New Tab
파일 크기 73.24 KB
설치 횟수 113
현재 버전 1.0
최근 업데이트 2021-01-12
출시 날짜 2019-10-17
개발자 https://gamers-tab.xyz
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.gamers-tab.xyz/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gamers Tab",
    "description": "Gamers Tab New Tab",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [],
    "background": {
        "scripts": [
            "common\/browseraction.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "common\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*.gamers-tab.xyz\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "pages\/index.html"
    },
    "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'"
}