SLEEKer PRO
This extension allows audiobook creators to research keywords and titles.
什么是SLEEKer PRO?
SLEEKer PRO是由Rstudioworks开发的Chrome扩展程序,该扩展的主要功能是“This extension allows audiobook creators to research keywords and titles.”。
扩展截图
下载SLEEKer PRO扩展crx文件
下载SLEEKer PRO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows audiobook creators to research keywords and titles.
扩展基本信息
名称 | |
ID | bckcfailgmjibppigdladehekjmbkmak |
官方URL | https://chrome.google.com/webstore/detail/sleeker-pro/bckcfailgmjibppigdladehekjmbkmak |
简介 | This extension allows audiobook creators to research keywords and titles. |
文件大小 | 873 KB |
安装次数 | 210 |
当前版本 | 2.0.10 |
更新时间 | 2021-02-10 |
上架时间 | 2020-05-03 |
评分 | 5.00/5 共1次评分 |
开发者 | Rstudioworks |
电子邮箱 | [email protected] |
付费类型 | in_app |
隐私政策页面URL | https://sleeker.pro |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SLEEKer PRO", "version": "2.0.10", "description": "This extension allows audiobook creators to research keywords and titles.", "manifest_version": 2, "permissions": [ "activeTab", "webNavigation", "storage", "tabs" ], "icons": { "128": "assets\/icon_128.png", "48": "assets\/icon_48.png", "16": "assets\/icon_16.png" }, "background": { "scripts": [ "background.js", "runtime.js", "scripts\/jquery-3.4.1.min.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.audible.ca\/*", "*:\/\/*.audible.co.jp\/*", "*:\/\/*.audible.co.uk\/*", "*:\/\/*.audible.com.au\/*", "*:\/\/*.audible.com\/*", "*:\/\/*.audible.de\/*", "*:\/\/*.audible.fr\/*", "*:\/\/*.audible.in\/*", "*:\/\/*.audible.it\/*" ], "js": [ "scripts\/jquery-3.4.1.min.js", "content.js" ] } ], "browser_action": { "default_icon": "assets\/icon_16.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com\/css 'unsafe-eval'; object-src 'self'" } |