Gamers Tab

Gamers Tab Default Search

Gamers Tab là gì?

Gamers Tab là một tiện ích mở rộng Chrome được phát triển bởi Gamers Tab, và tính năng chính của nó là "Gamers Tab Default Search".

Ả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

                        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.                    

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

Tên Gamers Tab Gamers Tab
ID mlahgempcfdbedgijfcmlchbbocnpani
URL Chính Thức https://chrome.google.com/webstore/detail/gamers-tab/mlahgempcfdbedgijfcmlchbbocnpani
Mô tả Gamers Tab Default Search
Kích Thước Tệp 75.3 KB
Số Lần Cài Đặt 40,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-05-14
Ngày Phát Hành 2021-02-07
Đánh Giá 2.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Gamers Tab
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://gamerstab.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 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'"
}