AC Content Manager Installation Buttons

Adds Content Manager support to RSR Live Timing website, The Setup Market, AC Club and Assetto-DB.

AC Content Manager Installation Buttonsคืออะไร?

AC Content Manager Installation Buttons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://acstuff.ru และคุณลักษณะหลักของมันคือ "Adds Content Manager support to RSR Live Timing website, The Setup Market, AC Club and Assetto-DB."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AC Content Manager Installation Buttons

ดาวน์โหลดไฟล์ส่วนขยาย AC Content Manager Installation Buttons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A small extension for Content Manager (an alternative Assetto Corsa launcher). Adds buttons to some websites allowing to quickly download and install content and more.

Supported websites at the moment:
• RSR Live Timing website: setups installation, quick start;
• The Setup Market: setups installation;
• AC Club;
• assetto-DB.

Support for these websites removed due to complain:
• RaceDepartment;

Source code, if needed, is here:
https://github.com/gro-ove/actools-cm-download-extension/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AC Content Manager Installation Buttons AC Content Manager Installation Buttons
ID oeobjfofgcnppddidihknmjhnddfilbo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ac-content-manager-instal/oeobjfofgcnppddidihknmjhnddfilbo
คำอธิบาย Adds Content Manager support to RSR Live Timing website, The Setup Market, AC Club and Assetto-DB.
ขนาดไฟล์ 22.95 KB
จำนวนการติดตั้ง 10,052
เวอร์ชันปัจจุบัน 0.2.5
อัปเดตครั้งล่าสุด 2017-11-27
วันที่เผยแพร่ 2017-11-27
คะแนน 4.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา http://acstuff.ru
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://acstuff.ru/app
ภาษาที่รองรับ en-GB
manifest.json
{
    "name": "AC Content Manager Installation Buttons",
    "short_name": "AC CM Installation Buttons",
    "offline_enabled": false,
    "author": "x4fab",
    "description": "Adds Content Manager support to RSR Live Timing website, The Setup Market, AC Club and Assetto-DB.",
    "version": "0.2.5",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "src\/$.js",
                "src\/acclub.js"
            ],
            "matches": [
                "http:\/\/assettocorsa.club\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "src\/$.js",
                "src\/assettodb.js"
            ],
            "matches": [
                "http:\/\/www.assetto-db.com\/*",
                "http:\/\/assetto-db.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "src\/$.js",
                "src\/thesetupmarket.js"
            ],
            "matches": [
                "http:\/\/thesetupmarket.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "src\/$.js",
                "src\/radiatorschamp.js"
            ],
            "matches": [
                "http:\/\/www.radiators-champ.com\/RSRLiveTiming\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/assettocorsa.club\/*",
        "http:\/\/www.assetto-db.com\/*",
        "http:\/\/assetto-db.com\/*",
        "http:\/\/thesetupmarket.com\/*",
        "http:\/\/www.radiators-champ.com\/RSRLiveTiming\/*"
    ],
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "img\/icon-48.png",
        "img\/icon-acclub.png",
        "img\/icon-thesetupmarket-16.png",
        "img\/icon-radiatorschamp-30.png",
        "img\/icon-radiatorschamp-48.png"
    ]
}