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 là gì?
AC Content Manager Installation Buttons là một tiện ích mở rộng Chrome được phát triển bởi http://acstuff.ru, và tính năng chính của nó là "Adds Content Manager support to RSR Live Timing website, The Setup Market, AC Club and Assetto-DB.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AC Content Manager Installation Buttons
Tải xuống các tệp mở rộng AC Content Manager Installation Buttons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oeobjfofgcnppddidihknmjhnddfilbo |
URL Chính Thức | https://chrome.google.com/webstore/detail/ac-content-manager-instal/oeobjfofgcnppddidihknmjhnddfilbo |
Mô tả | Adds Content Manager support to RSR Live Timing website, The Setup Market, AC Club and Assetto-DB. |
Kích Thước Tệp | 22.95 KB |
Số Lần Cài Đặt | 10,052 |
Phiên Bản Hiện Tại | 0.2.5 |
Cập Nhật Lần Cuối | 2017-11-27 |
Ngày Phát Hành | 2017-11-27 |
Đánh Giá | 4.92/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | http://acstuff.ru |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://acstuff.ru/app |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |