Fandom SideBar Remover

Remove Side bar from Fandom Wiki

Fandom SideBar Removerคืออะไร?

Fandom SideBar Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SoRadGaming และคุณลักษณะหลักของมันคือ "Remove Side bar from Fandom Wiki"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fandom SideBar Remover

ดาวน์โหลดไฟล์ส่วนขยาย Fandom SideBar Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}