RotMG+
Clean RotMG's official page and resize the game to fit the window.
Apa itu RotMG+?
RotMG+ adalah ekstensi Chrome yang dikembangkan oleh http://www.nellyath.com, dan fitur utamanya adalah "Clean RotMG's official page and resize the game to fit the window.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi RotMG+
Unduh file ekstensi RotMG+ 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
Informasi Dasar Ekstensi
Nama | |
ID | hmhnbjigfdichoogkoienegkdkcdgklb |
URL Resmi | https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb |
Deskripsi | Clean RotMG's official page and resize the game to fit the window. |
Ukuran File | 166 KB |
Jumlah Instalasi | 238 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2014-04-15 |
Tanggal Publikasi | 2014-04-15 |
Penilaian | 4.20/5 Total 10 Penilaian |
Pengembang | http://www.nellyath.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RotMG+", "description": "Clean RotMG's official page and resize the game to fit the window.", "version": "1.0.1", "page_action": { "default_icon": "icon.png", "default_title": "RotMG+" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.realmofthemadgod.com\/" ], "js": [ "jquery.js", "content.js" ] } ] } |