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文件
下载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/
扩展基本信息
名称 | |
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" ] } |