Tagpro.me Sync Agent

tagpro.me sync extension

ما هو Tagpro.me Sync Agent؟

Tagpro.me Sync Agent هو إضافة Chrome تم تطويرها بواسطة http://tagpro.me، والميزة الرئيسية لها هي "tagpro.me sync extension".

تحميل ملف CRX للإضافة Tagpro.me Sync Agent

قم بتنزيل ملفات الامتداد Tagpro.me Sync Agent بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension will log results of your Tagpro games to the Tagpro.me stat tracker. The more people use it, the more accurate your advanced stats will be.

Version 1.3.0 adds the server and port the game was played on, as well as whether the player was using their reserved name.                    

معلومات أساسية عن التمديد

الاسم Tagpro.me Sync Agent Tagpro.me Sync Agent
ID bdlmbkibaopdckdiabdckbpnjkhmkaic
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tagprome-sync-agent/bdlmbkibaopdckdiabdckbpnjkhmkaic
الوصف tagpro.me sync extension
حجم الملف 25.35 KB
عدد التثبيتات 137
النسخة الحالية 1.3.0
آخر تحديث 2014-07-12
تاريخ النشر 2014-07-12
تقييم 4.92/5 مجموع تقييمات 12
المطور http://tagpro.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://tagpro.me
عنوان صفحة المساعدة http://tagpro.me/agentfaq.php
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tagpro.me Sync Agent",
    "short_name": "TagProMeSync",
    "description": "tagpro.me sync extension",
    "version": "1.3.0",
    "manifest_version": 2,
    "permissions": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.koalabeast.com\/*",
                "http:\/\/*.jukejuice.com\/*",
                "http:\/\/tagpro.me\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/catstats.js"
    ]
}