Boukken
The extension is targeted towards anime, manga and novel lovers. This is a supplementary application to https://boukken.com.
Qu'est-ce que Boukken ?
Boukken est une extension Chrome développée par https://boukken.com, et sa fonction principale est "The extension is targeted towards anime, manga and novel lovers. This is a supplementary application to https://boukken.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Boukken
Téléchargez les fichiers d'extension Boukken 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
But that should not stop you from using it as it can be used as a simple bookmarking tool with a bit of extra functionalities than the default bookmarks that chrome provides. Such as: • Make lists • Share the lists with your friends • Search trough the lists • Add items to the list • Save the chapter to where you have read • Save the link to where the item is located • Everything you do is stored to your account so it does not matter weather you use the extension or any of the other apps, you will always have access to your lists. Of course as long as you remember your account Website: https://boukken.com
Informations de Base sur l'Extension
Nom | |
ID | cnlkpceelbfjjnmohcpmimppibaikihi |
URL Officiel | https://chromewebstore.google.com/detail/boukken/cnlkpceelbfjjnmohcpmimppibaikihi |
Description | The extension is targeted towards anime, manga and novel lovers. This is a supplementary application to https://boukken.com. |
Taille du Fichier | 2.59 MB |
Nombre d'Installations | 31 |
Version Actuelle | 5.3.3 |
Dernière Mise à Jour | 2023-06-16 |
Date de Publication | 2020-07-04 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://boukken.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://boukken.com/ |
URL de la Page d'Aide | https://boukken.com/ |
URL de la Page de Politique de Confidentialité | https://boukken.com/privacy |
Langues Prises en Charge | en,bg |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "5.3.3", "content_security_policy": "script-src 'self' 'sha256-ZZu1h5IfTcxc\/30wDOmrFVwhgnPHF1i7lxjMysdraAk=' https:\/\/www.google-analytics.com https:\/\/www.gstatic.com https:\/\/apis.google.com https:\/\/*.firebaseio.com; object-src 'self'", "browser_action": { "default_icon": "icon128x128.png", "default_popup": "index.html" }, "icons": { "16": "icon16x16.png", "48": "icon48x48.png", "128": "icon128x128.png" }, "permissions": [ "tabs", "bookmarks" ] } |