Gamepedia SBR
Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
Apa itu Gamepedia SBR?
Gamepedia SBR adalah ekstensi Chrome yang dikembangkan oleh Nerochi, dan fitur utamanya adalah "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gamepedia SBR
Unduh file ekstensi Gamepedia SBR dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
Informasi Dasar Ekstensi
Nama | Gamepedia SBR |
ID | ibpbiopdeojmpbfdpojifehlajlmoeod |
URL Resmi | https://chromewebstore.google.com/detail/gamepedia-sbr/ibpbiopdeojmpbfdpojifehlajlmoeod |
Deskripsi | Removes Gamepedia's ad sidebar that hogs up the right side of the screen. |
Ukuran File | 19.26 KB |
Jumlah Instalasi | 366 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-06-13 |
Tanggal Publikasi | 2016-06-13 |
Penilaian | 4.77/5 Total 31 Penilaian |
Pengembang | Nerochi |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |