Anitube AutoPlay

Play video in anitube.site automatically

Anitube AutoPlayคืออะไร?

Anitube AutoPlay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย diogosapessoa และคุณลักษณะหลักของมันคือ "Play video in anitube.site automatically"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anitube AutoPlay

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

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

                        When the next episode is loaded it will be played automatically                    

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

ชื่อ Anitube AutoPlay Anitube AutoPlay
ID leamonmkeofogponcnghhjhjbnpjmano
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anitube-autoplay/leamonmkeofogponcnghhjhjbnpjmano
คำอธิบาย Play video in anitube.site automatically
ขนาดไฟล์ 14.7 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-04-14
วันที่เผยแพร่ 2021-04-14
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา diogosapessoa
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anitube AutoPlay",
    "description": "Play video in anitube.site automatically",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.anitube.site\/"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}