Gamer Tab
A custom new tab extension with a gaming theme.
Co je Gamer Tab?
Gamer Tab je rozšíření Chrome vyvinuté egamenation891273, a jeho hlavní funkcí je „A custom new tab extension with a gaming theme.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gamer Tab
Stáhněte si soubory rozšíření Gamer Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Get ready to level up your browsing experience with our brand new gaming themed New Tab Extension! This extension is perfect for all gamers out there looking to customize their browsing experience. The extension features a sleek and stylish design, with a gaming-inspired background and icon. Switch your new tab background from an amazing selection gamer themed images. By clicking "add to Chrome", I accept and agree to installing the Gamer Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use https://egamenation.com/terms-of-service/ and Policy https://egamenation.com/privacy-policy/ Images are 100% copyright free from Unsplash.com.
Základní Informace o Rozšíření
Název | |
ID | obhoefmkambmfjadepfmaecbodghfljm |
Oficiální URL | https://chromewebstore.google.com/detail/gamer-tab/obhoefmkambmfjadepfmaecbodghfljm |
Popis | A custom new tab extension with a gaming theme. |
Velikost souboru | 7.11 MB |
Počet instalací | 11,269 |
Aktuální Verze | 1.6 |
Poslední Aktualizace | 2023-12-14 |
Datum Vydání | 2023-01-21 |
Vývojář | egamenation891273 |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://egamenation.com/privacy-policy |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gamer Tab", "version": "1.6", "description": "A custom new tab extension with a gaming theme.", "action": { "default_icon": { "128": "img\/icons\/icon.png" }, "default_title": "Gamer Tab" }, "icons": { "128": "img\/icons\/icon.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "service_worker": "background.js" } } |