SLEEKer PRO
This extension allows audiobook creators to research keywords and titles.
Qu'est-ce que SLEEKer PRO ?
SLEEKer PRO est une extension Chrome développée par Rstudioworks, et sa fonction principale est "This extension allows audiobook creators to research keywords and titles.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SLEEKer PRO
Téléchargez les fichiers d'extension SLEEKer PRO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows audiobook creators to research keywords and titles.
Informations de Base sur l'Extension
Nom | |
ID | bckcfailgmjibppigdladehekjmbkmak |
URL Officiel | https://chrome.google.com/webstore/detail/sleeker-pro/bckcfailgmjibppigdladehekjmbkmak |
Description | This extension allows audiobook creators to research keywords and titles. |
Taille du Fichier | 873 KB |
Nombre d'Installations | 210 |
Version Actuelle | 2.0.10 |
Dernière Mise à Jour | 2021-02-10 |
Date de Publication | 2020-05-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Rstudioworks |
[email protected] | |
Type de Paiement | in_app |
URL de la Page de Politique de Confidentialité | https://sleeker.pro |
Langues Prises en Charge | 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'" } |