SLEEKer PRO

This extension allows audiobook creators to research keywords and titles.

Cos'è SLEEKer PRO?

SLEEKer PRO è un'estensione di Chrome sviluppata da Rstudioworks, e la sua funzione principale è "This extension allows audiobook creators to research keywords and titles.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SLEEKer PRO

Scarica i file di estensione SLEEKer PRO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allows audiobook creators to research keywords and titles.                    

Informazioni di Base sull'Estensione

Nome SLEEKer PRO SLEEKer PRO
ID bckcfailgmjibppigdladehekjmbkmak
URL Ufficiale https://chrome.google.com/webstore/detail/sleeker-pro/bckcfailgmjibppigdladehekjmbkmak
Descrizione This extension allows audiobook creators to research keywords and titles.
Dimensione del File 873 KB
Conteggio Installazioni 210
Versione Corrente 2.0.10
Ultimo Aggiornamento 2021-02-10
Data di Pubblicazione 2020-05-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Rstudioworks
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://sleeker.pro
Lingue Supportate 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'"
}