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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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'"
}