One Piece Drop
Instantly notifies you when a new One Piece chapter is released
O que é One Piece Drop?
One Piece Drop é uma extensão do Chrome desenvolvida por mingli434, e sua principal característica é "Instantly notifies you when a new One Piece chapter is released".
Baixar o arquivo CRX da Extensão One Piece Drop
Baixe arquivos de extensão One Piece Drop 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
One Piece Drop eliminates the need to refresh Jaimini's box every 5 seconds when waiting for the new One Piece chapter to drop. Get notified instantly the moment the chapter is uploaded!
Informações Básicas da Extensão
Nome | |
ID | fgkgokolnijjkifnbmplgkfpbfejenlp |
URL Oficial | https://chrome.google.com/webstore/detail/fgkgokolnijjkifnbmplgkfpbfejenlp |
Descrição | Instantly notifies you when a new One Piece chapter is released |
Tamanho do Arquivo | 17.41 KB |
Contagem de Instalações | 142 |
Versão Atual | 1.2 |
Última Atualização | 2018-07-19 |
Data de Publicação | 2018-07-19 |
Desenvolvedor | mingli434 |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Piece Drop", "version": "1.2", "description": "Instantly notifies you when a new One Piece chapter is released", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.jaiminisbox.com\/reader\/" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "permissions": [ "notifications" ] } |