MyAnimeList-AnimeFLV link

Go directly to AnimeFLV from MyAnimeList!

O que é MyAnimeList-AnimeFLV link?

MyAnimeList-AnimeFLV link é uma extensão do Chrome desenvolvida por dries, e sua principal característica é "Go directly to AnimeFLV from MyAnimeList!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão MyAnimeList-AnimeFLV link

Baixe arquivos de extensão MyAnimeList-AnimeFLV link 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

                        Ever thought it is extremely boring to manually browse AnimeFLV for the anime you just saw in MyAnimeList?

With this simple extension you will be able to go directly to the AnimeFLV page of the anime you are browsing in MyAnimeList, just with a simple click.                    

Informações Básicas da Extensão

Nome MyAnimeList-AnimeFLV link MyAnimeList-AnimeFLV link
ID gklifkmbpacjmgachgjepglfkomdepfi
URL Oficial https://chromewebstore.google.com/detail/myanimelist-animeflv-link/gklifkmbpacjmgachgjepglfkomdepfi
Descrição Go directly to AnimeFLV from MyAnimeList!
Tamanho do Arquivo 62.63 KB
Contagem de Instalações 59
Versão Atual 1.0
Última Atualização 2022-07-13
Data de Publicação 2022-07-12
Desenvolvedor dries
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.driescode.dev/legal.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyAnimeList-AnimeFLV link",
    "description": "Go directly to AnimeFLV from MyAnimeList!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/myanimelist.net\/anime\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "permissions": [
        "tabs"
    ]
}