SLEEKer PRO

This extension allows audiobook creators to research keywords and titles.

SLEEKer PROคืออะไร?

SLEEKer PRO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rstudioworks และคุณลักษณะหลักของมันคือ "This extension allows audiobook creators to research keywords and titles."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SLEEKer PRO

ดาวน์โหลดไฟล์ส่วนขยาย SLEEKer PRO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows audiobook creators to research keywords and titles.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SLEEKer PRO SLEEKer PRO
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'"
}