Gamepedia SBR
Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
Gamepedia SBRคืออะไร?
Gamepedia SBR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nerochi และคุณลักษณะหลักของมันคือ "Removes Gamepedia's ad sidebar that hogs up the right side of the screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gamepedia SBR
ดาวน์โหลดไฟล์ส่วนขยาย Gamepedia SBR ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gamepedia SBR |
ID | ibpbiopdeojmpbfdpojifehlajlmoeod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gamepedia-sbr/ibpbiopdeojmpbfdpojifehlajlmoeod |
คำอธิบาย | Removes Gamepedia's ad sidebar that hogs up the right side of the screen. |
ขนาดไฟล์ | 19.26 KB |
จำนวนการติดตั้ง | 366 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-06-13 |
วันที่เผยแพร่ | 2016-06-13 |
คะแนน | 4.77/5 รวมทั้งหมด 31 คะแนน |
ผู้พัฒนา | Nerochi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gamepedia SBR", "version": "0.1", "permissions": [ "*:\/\/*.gamepedia.com\/*" ], "description": "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.gamepedia.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |