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 |
Eメール | [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'" } |