MyAnimeList-AnimeFLV link

Go directly to AnimeFLV from MyAnimeList!

MyAnimeList-AnimeFLV link là gì?

MyAnimeList-AnimeFLV link là một tiện ích mở rộng Chrome được phát triển bởi dries, và tính năng chính của nó là "Go directly to AnimeFLV from MyAnimeList!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MyAnimeList-AnimeFLV link

Tải xuống các tệp mở rộng MyAnimeList-AnimeFLV link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MyAnimeList-AnimeFLV link MyAnimeList-AnimeFLV link
ID gklifkmbpacjmgachgjepglfkomdepfi
URL Chính Thức https://chromewebstore.google.com/detail/myanimelist-animeflv-link/gklifkmbpacjmgachgjepglfkomdepfi
Mô tả Go directly to AnimeFLV from MyAnimeList!
Kích Thước Tệp 62.63 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-07-13
Ngày Phát Hành 2022-07-12
Nhà Phát Triển dries
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.driescode.dev/legal.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}