RotMG+
Clean RotMG's official page and resize the game to fit the window.
ما هو RotMG+؟
RotMG+ هو إضافة Chrome تم تطويرها بواسطة http://www.nellyath.com، والميزة الرئيسية لها هي "Clean RotMG's official page and resize the game to fit the window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RotMG+
قم بتنزيل ملفات الامتداد RotMG+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | hmhnbjigfdichoogkoienegkdkcdgklb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb |
الوصف | Clean RotMG's official page and resize the game to fit the window. |
حجم الملف | 166 KB |
عدد التثبيتات | 238 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2014-04-15 |
تاريخ النشر | 2014-04-15 |
تقييم | 4.20/5 مجموع تقييمات 10 |
المطور | http://www.nellyath.com |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |