SLEEKer PRO

This extension allows audiobook creators to research keywords and titles.

Wat is SLEEKer PRO?

SLEEKer PRO is een Chrome-extensie ontwikkeld door Rstudioworks, en de belangrijkste functie is "This extension allows audiobook creators to research keywords and titles.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SLEEKer PRO

Download SLEEKer PRO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows audiobook creators to research keywords and titles.                    

Basisinformatie over de Extensie

Naam SLEEKer PRO SLEEKer PRO
ID bckcfailgmjibppigdladehekjmbkmak
Officiële URL https://chrome.google.com/webstore/detail/sleeker-pro/bckcfailgmjibppigdladehekjmbkmak
Beschrijving This extension allows audiobook creators to research keywords and titles.
Bestandsgrootte 873 KB
Aantal Installaties 210
Huidige Versie 2.0.10
Laatst Bijgewerkt 2021-02-10
Publicatiedatum 2020-05-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rstudioworks
E-mail [email protected]
Betalingswijze in_app
URL van de Privacybeleid Pagina https://sleeker.pro
Ondersteunde Talen 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'"
}