Gamers Tab

Gamers Tab New Tab

Gamers Tab là gì?

Gamers Tab là một tiện ích mở rộng Chrome được phát triển bởi https://gamers-tab.xyz, và tính năng chính của nó là "Gamers Tab New Tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gamers Tab

Tải xuống các tệp mở rộng Gamers Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gamers Tab Gamers Tab
ID mlplfhmdhodokbiilgjpagiaahajhaka
URL Chính Thức https://chromewebstore.google.com/detail/gamers-tab/mlplfhmdhodokbiilgjpagiaahajhaka
Mô tả Gamers Tab New Tab
Kích Thước Tệp 73.24 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-12
Ngày Phát Hành 2019-10-17
Nhà Phát Triển https://gamers-tab.xyz
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.gamers-tab.xyz/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}