Gamer Tab
A custom new tab extension with a gaming theme.
Vad är Gamer Tab?
Gamer Tab är en Chrome-tillägg utvecklad av egamenation891273, och dess huvudfunktion är "A custom new tab extension with a gaming theme.".
Tilläggsskärmbilder
Ladda ner Gamer Tab-förlängningens CRX-fil
Ladda ner Gamer Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | obhoefmkambmfjadepfmaecbodghfljm |
Officiell webbadress | https://chromewebstore.google.com/detail/gamer-tab/obhoefmkambmfjadepfmaecbodghfljm |
Beskrivning | A custom new tab extension with a gaming theme. |
Filstorlek | 7.11 MB |
Antal Installationer | 11,269 |
Aktuell Version | 1.6 |
Senast Uppdaterad | 2023-12-14 |
Publiceringsdatum | 2023-01-21 |
Utvecklare | egamenation891273 |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://egamenation.com/privacy-policy |
Stödda Språk | 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" } } |