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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |