West Ham United F.C.
Stay up to date with all the latest Hammers news when you launch your browser with the West Ham United New Tab extension.
ما هو West Ham United F.C.؟
West Ham United F.C. هو إضافة Chrome تم تطويرها بواسطة brandTURBO، والميزة الرئيسية لها هي "Stay up to date with all the latest Hammers news when you launch your browser with the West Ham United New Tab extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة West Ham United F.C.
قم بتنزيل ملفات الامتداد West Ham United F.C. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Give your start tab a Claret & Blue theme, with everything West Ham United in one, easy place. The official West Ham United Chrome extension features: • News feed from the West Ham United website • Easy access to our Online Store • West Ham United wallpapers • West Ham TV video • And more This is a white label enterprise extension for West Ham United F.C.
معلومات أساسية عن التمديد
الاسم | |
ID | pekobgbofpekhaifgoanmjejfcbjhbei |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pekobgbofpekhaifgoanmjejfcbjhbei |
الوصف | Stay up to date with all the latest Hammers news when you launch your browser with the West Ham United New Tab extension. |
حجم الملف | 2.52 MB |
عدد التثبيتات | 155 |
النسخة الحالية | 3.2.1 |
آخر تحديث | 2022-11-21 |
تاريخ النشر | 2021-03-17 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | brandTURBO |
البريد الإلكتروني | [email protected] |
موقع الإضافة | https://www.whufc.com/ |
عنوان صفحة المساعدة | https://www.whufc.com/ |
عنوان صفحة سياسة الخصوصية | https://www.brandturbo.vip/privacy |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "West Ham United F.C.", "version": "3.2.1", "description": "Stay up to date with all the latest Hammers news when you launch your browser with the West Ham United New Tab extension.", "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-96px.png", "128": "icons\/icon-256px.png" }, "chrome_url_overrides": { "newtab": "startpage.html#newTab" }, "browser_action": { "default_title": "New Tab" }, "permissions": [ "topSites" ], "optional_permissions": [ "history", "bookmarks", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.whufc.com\/*" ] } } |