Gamers Tab

Gamers Tab New Tab

Gamers Tab क्या है?

Gamers Tab https://gamers-tab.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gamers Tab New Tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gamers Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}