SLEEKer PRO
This extension allows audiobook creators to research keywords and titles.
SLEEKer PRO là gì?
SLEEKer PRO là một tiện ích mở rộng Chrome được phát triển bởi Rstudioworks, và tính năng chính của nó là "This extension allows audiobook creators to research keywords and titles.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SLEEKer PRO
Tải xuống các tệp mở rộng SLEEKer PRO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension allows audiobook creators to research keywords and titles.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bckcfailgmjibppigdladehekjmbkmak |
URL Chính Thức | https://chrome.google.com/webstore/detail/sleeker-pro/bckcfailgmjibppigdladehekjmbkmak |
Mô tả | This extension allows audiobook creators to research keywords and titles. |
Kích Thước Tệp | 873 KB |
Số Lần Cài Đặt | 210 |
Phiên Bản Hiện Tại | 2.0.10 |
Cập Nhật Lần Cuối | 2021-02-10 |
Ngày Phát Hành | 2020-05-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Rstudioworks |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Chính Sách Bảo Mật | https://sleeker.pro |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |