MyAnimeList-AnimeFLV link

Go directly to AnimeFLV from MyAnimeList!

Co je MyAnimeList-AnimeFLV link?

MyAnimeList-AnimeFLV link je rozšíření Chrome vyvinuté dries, a jeho hlavní funkcí je „Go directly to AnimeFLV from MyAnimeList!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření MyAnimeList-AnimeFLV link

Stáhněte si soubory rozšíření MyAnimeList-AnimeFLV link ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název MyAnimeList-AnimeFLV link MyAnimeList-AnimeFLV link
ID gklifkmbpacjmgachgjepglfkomdepfi
Oficiální URL https://chromewebstore.google.com/detail/myanimelist-animeflv-link/gklifkmbpacjmgachgjepglfkomdepfi
Popis Go directly to AnimeFLV from MyAnimeList!
Velikost souboru 62.63 KB
Počet instalací 59
Aktuální Verze 1.0
Poslední Aktualizace 2022-07-13
Datum Vydání 2022-07-12
Vývojář dries
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.driescode.dev/legal.html
Podporované Jazyky 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"
    ]
}