Boukken
The extension is targeted towards anime, manga and novel lovers. This is a supplementary application to https://boukken.com.
O que é Boukken?
Boukken é uma extensão do Chrome desenvolvida por https://boukken.com, e sua principal característica é "The extension is targeted towards anime, manga and novel lovers. This is a supplementary application to https://boukken.com.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Boukken
Baixe arquivos de extensão Boukken no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | cnlkpceelbfjjnmohcpmimppibaikihi |
URL Oficial | https://chromewebstore.google.com/detail/boukken/cnlkpceelbfjjnmohcpmimppibaikihi |
Descrição | The extension is targeted towards anime, manga and novel lovers. This is a supplementary application to https://boukken.com. |
Tamanho do Arquivo | 2.59 MB |
Contagem de Instalações | 31 |
Versão Atual | 5.3.3 |
Última Atualização | 2023-06-16 |
Data de Publicação | 2020-07-04 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://boukken.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://boukken.com/ |
URL da Página de Ajuda | https://boukken.com/ |
URL da Página de Política de Privacidade | https://boukken.com/privacy |
Idiomas Suportados | 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" ] } |