MyAnimeList-AnimeFLV link

Go directly to AnimeFLV from MyAnimeList!

¿Qué es MyAnimeList-AnimeFLV link?

MyAnimeList-AnimeFLV link es una extensión de Chrome desarrollada por dries, y su función principal es "Go directly to AnimeFLV from MyAnimeList!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión MyAnimeList-AnimeFLV link

Descarga archivos de extensión MyAnimeList-AnimeFLV link en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MyAnimeList-AnimeFLV link MyAnimeList-AnimeFLV link
ID gklifkmbpacjmgachgjepglfkomdepfi
URL Oficial https://chromewebstore.google.com/detail/myanimelist-animeflv-link/gklifkmbpacjmgachgjepglfkomdepfi
Descripción Go directly to AnimeFLV from MyAnimeList!
Tamaño del Archivo 62.63 KB
Cantidad de Instalaciones 59
Versión Actual 1.0
Última Actualización 2022-07-13
Fecha de Publicación 2022-07-12
Desarrollador dries
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.driescode.dev/legal.html
Idiomas Soportados 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"
    ]
}