Fextralife Fix
This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
ما هو Fextralife Fix؟
Fextralife Fix هو إضافة Chrome تم تطويرها بواسطة wacky، والميزة الرئيسية لها هي "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fextralife Fix
قم بتنزيل ملفات الامتداد Fextralife Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
معلومات أساسية عن التمديد
الاسم | Fextralife Fix |
ID | apmlleaenngdncjedemihifpgpeinokb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb |
الوصف | This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason. |
حجم الملف | 281 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-09-03 |
تاريخ النشر | 2023-09-02 |
تقييم | 3.50/5 مجموع تقييمات 2 |
المطور | wacky |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fextralife Fix", "version": "1.0", "description": "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.", "content_scripts": [ { "matches": [ "https:\/\/*.fextralife.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } } |