Audio Cash Pro
Audible and ACX Suite for Self-Publishers
什么是Audio Cash Pro?
Audio Cash Pro是由https://www.audiocashpro.com/en开发的Chrome扩展程序,该扩展的主要功能是“Audible and ACX Suite for Self-Publishers”。
扩展截图
下载Audio Cash Pro扩展crx文件
下载Audio Cash Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | odbilnppnopbdehgajgglmlnbehconnd |
官方URL | https://chrome.google.com/webstore/detail/audio-cash-pro/odbilnppnopbdehgajgglmlnbehconnd |
简介 | Audible and ACX Suite for Self-Publishers |
文件大小 | 1016 KB |
安装次数 | 111 |
当前版本 | 1.7 |
更新时间 | 2020-04-29 |
上架时间 | 2020-04-28 |
评分 | 5.00/5 共19次评分 |
开发者 | https://www.audiocashpro.com/en |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.audiocashpro.com/en |
帮助页面URL | https://www.audiocashpro.com/en |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Audio Cash Pro", "short_name": "Audio Cash Pro", "version": "1.7", "manifest_version": 2, "description": "Audible and ACX Suite for Self-Publishers", "icons": { "16": "icons\/icon.png", "38": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png", "256": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/32.png", "default_title": "Audio Cash Pro", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.audible.com\/*", "*:\/\/*.audible.co.uk\/*" ], "js": [ "js\/jquery.min.js", "js\/papaparse.min.js", "js\/script.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.acx.com\/sales\/*" ], "js": [ "js\/jquery.min.js", "js\/papaparse.min.js", "js\/acx.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", " |