動畫瘋 Plus

讓巴哈動畫瘋在使用上更方便。 主要功能大部分都擺在右鍵裡 目前功能: - 自動點選年齡分級確認(可選) - 開關燈 - 跳 OP (以幾個常見的 OP 長度為標準) - 調整影片速度 - 切換子母畫面(Chrome 內建功能)…

動畫瘋 Plusคืออะไร?

動畫瘋 Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://splitline.github.io และคุณลักษณะหลักของมันคือ "讓巴哈動畫瘋在使用上更方便。 主要功能大部分都擺在右鍵裡 目前功能: - 自動點選年齡分級確認(可選) - 開關燈 - 跳 OP (以幾個常見的 OP 長度為標準) - 調整影片速度 - 切換子母畫面(Chrome 內建功能)…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 動畫瘋 Plus

ดาวน์โหลดไฟล์ส่วนขยาย 動畫瘋 Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        讓巴哈動畫瘋在使用上更方便。

主要功能大部分都擺在右鍵裡

目前功能:
- 自動點選年齡分級確認(可選)
- 開關燈
- 跳 OP (以幾個常見的 OP 長度為標準)
- 調整影片速度
- 切換子母畫面(Chrome 內建功能)

Github:https://github.com/splitline/AnimateGamerPlus                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 動畫瘋 Plus 動畫瘋 Plus
ID ajgafpcbdchnokkfimcnmoemeldnefnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E5%8B%95%E7%95%AB%E7%98%8B-plus/ajgafpcbdchnokkfimcnmoemeldnefnl
คำอธิบาย 讓巴哈動畫瘋在使用上更方便。 主要功能大部分都擺在右鍵裡 目前功能: - 自動點選年齡分級確認(可選) - 開關燈 - 跳 OP (以幾個常見的 OP 長度為標準) - 調整影片速度 - 切換子母畫面(Chrome 內建功能)…
ขนาดไฟล์ 35.98 KB
จำนวนการติดตั้ง 1,955
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2018-12-06
วันที่เผยแพร่ 2018-12-05
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://splitline.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/splitline/AnimateGamerPlus
ภาษาที่รองรับ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u52d5\u756b\u760b Plus",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ani.gamer.com.tw\/animeVideo.php?sn=*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/main.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ]
}