Gamer Tab
A custom new tab extension with a gaming theme.
Τι είναι το Gamer Tab;
Το Gamer Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον egamenation891273, και η κύρια λειτουργία του είναι "A custom new tab extension with a gaming theme.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gamer Tab
Λήψη αρχείων επέκτασης Gamer Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | obhoefmkambmfjadepfmaecbodghfljm |
Επίσημο URL | https://chromewebstore.google.com/detail/gamer-tab/obhoefmkambmfjadepfmaecbodghfljm |
Περιγραφή | A custom new tab extension with a gaming theme. |
Μέγεθος Αρχείου | 7.11 MB |
Αριθμός Εγκαταστάσεων | 11,269 |
Τρέχουσα Έκδοση | 1.6 |
Τελευταία Ενημέρωση | 2023-12-14 |
Ημερομηνία Δημοσίευσης | 2023-01-21 |
Προγραμματιστής | egamenation891273 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://egamenation.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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" } } |