MyAnimeList-AnimeFLV link

Go directly to AnimeFLV from MyAnimeList!

MyAnimeList-AnimeFLV linkคืออะไร?

MyAnimeList-AnimeFLV link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dries และคุณลักษณะหลักของมันคือ "Go directly to AnimeFLV from MyAnimeList!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyAnimeList-AnimeFLV link

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}