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
官方網址 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"
    ]
}