Fandom SideBar Remover
Remove Side bar from Fandom Wiki
ما هو Fandom SideBar Remover؟
Fandom SideBar Remover هو إضافة Chrome تم تطويرها بواسطة SoRadGaming، والميزة الرئيسية لها هي "Remove Side bar from Fandom Wiki".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fandom SideBar Remover
قم بتنزيل ملفات الامتداد Fandom SideBar Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Remove the Side-Bars of the Fandom Wiki and allow more space for the Wiki Content, look at the images before and after.
معلومات أساسية عن التمديد
الاسم | Fandom SideBar Remover |
ID | ehdfiijmhjlmkbgoiiejnledicdeolag |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fandom-sidebar-remover/ehdfiijmhjlmkbgoiiejnledicdeolag |
الوصف | Remove Side bar from Fandom Wiki |
حجم الملف | 28.78 KB |
عدد التثبيتات | 442 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2022-10-04 |
تاريخ النشر | 2022-10-03 |
تقييم | 5.00/5 مجموع تقييمات 8 |
المطور | SoRadGaming |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fandom SideBar Remover", "description": "Remove Side bar from Fandom Wiki", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.fandom.com\/wiki\/*", "https:\/\/*.fandom.com\/*" ], "css": [ "index.css" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |