MyAnimeList-AnimeFLV link

Go directly to AnimeFLV from MyAnimeList!

什么是MyAnimeList-AnimeFLV link?

MyAnimeList-AnimeFLV link是由dries开发的Chrome扩展程序,该扩展的主要功能是“Go directly to AnimeFLV from MyAnimeList!”。

扩展截图

screenshot
screenshot

下载MyAnimeList-AnimeFLV link扩展crx文件

下载MyAnimeList-AnimeFLV link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 MyAnimeList-AnimeFLV link MyAnimeList-AnimeFLV link
ID gklifkmbpacjmgachgjepglfkomdepfi
官方URL https://chromewebstore.google.com/detail/myanimelist-animeflv-link/gklifkmbpacjmgachgjepglfkomdepfi
简介 Go directly to AnimeFLV from MyAnimeList!
文件大小 62.63 KB
安装次数 59
当前版本 1.0
更新时间 2022-07-13
上架时间 2022-07-12
开发者 dries
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.driescode.dev/legal.html
支持的语言 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"
    ]
}