Diablo 3 Profile with commas
This extension adds commas to all your stats on your diablo 3 profile page.
ما هو Diablo 3 Profile with commas؟
Diablo 3 Profile with commas هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension adds commas to all your stats on your diablo 3 profile page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Diablo 3 Profile with commas
قم بتنزيل ملفات الامتداد Diablo 3 Profile with commas بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        It adds commas to your diablo 3 profile page, thats it. Source can be viewed here https://github.com/drourke/d3-commas.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | lfojjpdgdcfbncgognnalenbeojlbgej | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/diablo-3-profile-with-com/lfojjpdgdcfbncgognnalenbeojlbgej | 
| الوصف | This extension adds commas to all your stats on your diablo 3 profile page. | 
| حجم الملف | 33.94 KB | 
| عدد التثبيتات | 13 | 
| النسخة الحالية | 1.0 | 
| آخر تحديث | 2014-06-10 | 
| تاريخ النشر | 2014-06-09 | 
| تقييم | 1.00/5 مجموع تقييمات 1 | 
| المطور | Unknown | 
| نوع الدفع | free | 
| موقع الإضافة | https://github.com/drourke/d3-commas | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Diablo 3 Profile with commas",
    "description": "This extension adds commas to all your stats on your diablo 3 profile page.",
    "version": "1.0",
    "author": "Douglas Rourke - [email protected]",
    "icons": {
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.battle.net\/d3\/*\/profile\/*",
                "https:\/\/*.battle.net\/d3\/*\/profile\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}  |  |