MyAnimeList-AnimeFLV link

Go directly to AnimeFLV from MyAnimeList!

Wat is MyAnimeList-AnimeFLV link?

MyAnimeList-AnimeFLV link is een Chrome-extensie ontwikkeld door dries, en de belangrijkste functie is "Go directly to AnimeFLV from MyAnimeList!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie MyAnimeList-AnimeFLV link

Download MyAnimeList-AnimeFLV link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam MyAnimeList-AnimeFLV link MyAnimeList-AnimeFLV link
ID gklifkmbpacjmgachgjepglfkomdepfi
Officiële URL https://chromewebstore.google.com/detail/myanimelist-animeflv-link/gklifkmbpacjmgachgjepglfkomdepfi
Beschrijving Go directly to AnimeFLV from MyAnimeList!
Bestandsgrootte 62.63 KB
Aantal Installaties 59
Huidige Versie 1.0
Laatst Bijgewerkt 2022-07-13
Publicatiedatum 2022-07-12
Ontwikkelaar dries
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.driescode.dev/legal.html
Ondersteunde Talen 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"
    ]
}