SLEEKer PRO
This extension allows audiobook creators to research keywords and titles.
Was ist SLEEKer PRO?
SLEEKer PRO ist eine Chrome-Erweiterung, die von Rstudioworks entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows audiobook creators to research keywords and titles.".
Erweiterungsscreenshots
SLEEKer PRO-Erweiterungs-CRX-Datei herunterladen
Laden Sie SLEEKer PRO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows audiobook creators to research keywords and titles.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bckcfailgmjibppigdladehekjmbkmak |
Offizielle URL | https://chrome.google.com/webstore/detail/sleeker-pro/bckcfailgmjibppigdladehekjmbkmak |
Beschreibung | This extension allows audiobook creators to research keywords and titles. |
Dateigröße | 873 KB |
Installationsanzahl | 210 |
Aktuelle Version | 2.0.10 |
Letztes Update | 2021-02-10 |
Veröffentlichungsdatum | 2020-05-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Rstudioworks |
[email protected] | |
Zahlungsart | in_app |
URL der Datenschutzrichtlinien-Seite | https://sleeker.pro |
Unterstützte Sprachen | 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'" } |