Battlelog Fix
Changes the new Battlelog.
ما هو Battlelog Fix؟
Battlelog Fix هو إضافة Chrome تم تطويرها بواسطة https://www.kinnunen-network.com، والميزة الرئيسية لها هي "Changes the new Battlelog.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Battlelog Fix
قم بتنزيل ملفات الامتداد Battlelog Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
** Version 1.1.1 Added whole Battlelog instead of only bf3 ** ** Version 1.1 Fixes most of things, still some work to do. ** Changes the look of the battlelog. For those who think the menus are to big or have an low screen resolution. Pictures are a little outdated.
معلومات أساسية عن التمديد
الاسم | Battlelog Fix |
ID | jfkknglaiapdhkgjpeiedhdkhlkmiglh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh |
الوصف | Changes the new Battlelog. |
حجم الملف | 14.9 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2014-05-03 |
تاريخ النشر | 2014-05-03 |
تقييم | 3.88/5 مجموع تقييمات 8 |
المطور | https://www.kinnunen-network.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.kinnunen-network.com/battlelog-fix/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Battlelog Fix", "version": "1.1.1", "manifest_version": 2, "description": "Changes the new Battlelog.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon48.png" }, "permissions": [ "http:\/\/battlelog.battlefield.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/battlelog.battlefield.com\/bf3\/*" ], "css": [ "bf.css" ] } ] } |