Crunchyroll Notifier

Latest Crunchyroll simulcasts in a click of a button.

O que é Crunchyroll Notifier?

Crunchyroll Notifier é uma extensão do Chrome desenvolvida por https://miyata.moe, e sua principal característica é "Latest Crunchyroll simulcasts in a click of a button.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Crunchyroll Notifier

Baixe arquivos de extensão Crunchyroll Notifier 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

                        Latest Crunchyroll simulcasts in a click of a button.

Features:
- Notifies user of all released episodes in Crunchyroll
- Allows user to view last 10 released episodes in Crunchyroll using the pop up
- Allow users to change the number of recently released episodes that can be viewed in the pop up

Todo:
- Allow users to filter notifications based on the anime they watch (MyAnimeList)
- Suggest more!                    

Informações Básicas da Extensão

Nome Crunchyroll Notifier Crunchyroll Notifier
ID nodjcipkhfcfmhmpfkiffafnbbakljbk
URL Oficial https://chrome.google.com/webstore/detail/crunchyroll-notifier/nodjcipkhfcfmhmpfkiffafnbbakljbk
Descrição Latest Crunchyroll simulcasts in a click of a button.
Tamanho do Arquivo 3.85 MB
Contagem de Instalações 55
Versão Atual 1.5.1
Última Atualização 2019-03-05
Data de Publicação 2019-03-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://miyata.moe
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/saalmerol/crunchyroll-notifier
URL da Página de Ajuda https://github.com/saalmerol/crunchyroll-notifier
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll Notifier",
    "description": "Latest Crunchyroll simulcasts in a click of a button.",
    "version": "1.5.1",
    "author": "Son Roy Almerol",
    "browser_action": {
        "default_title": "Crunchyroll Notifier",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js",
            "assets\/js\/socket.io.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "*:\/\/img1.ak.crunchyroll.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}