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은(는) http://acstuff.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Content Manager support to RSR Live Timing website, The Setup Market, AC Club and Assetto-DB."입니다.
확장 프로그램 스크린샷
AC Content Manager Installation Buttons 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/
확장 프로그램 기본 정보
이름 | |
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" ] } |