MyAnimeList-AnimeFLV link

Go directly to AnimeFLV from MyAnimeList!

Qu'est-ce que MyAnimeList-AnimeFLV link ?

MyAnimeList-AnimeFLV link est une extension Chrome développée par dries, et sa fonction principale est "Go directly to AnimeFLV from MyAnimeList!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MyAnimeList-AnimeFLV link

Téléchargez les fichiers d'extension MyAnimeList-AnimeFLV link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MyAnimeList-AnimeFLV link MyAnimeList-AnimeFLV link
ID gklifkmbpacjmgachgjepglfkomdepfi
URL Officiel https://chromewebstore.google.com/detail/myanimelist-animeflv-link/gklifkmbpacjmgachgjepglfkomdepfi
Description Go directly to AnimeFLV from MyAnimeList!
Taille du Fichier 62.63 KB
Nombre d'Installations 59
Version Actuelle 1.0
Dernière Mise à Jour 2022-07-13
Date de Publication 2022-07-12
Développeur dries
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.driescode.dev/legal.html
Langues Prises en Charge 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"
    ]
}