Skiproll

Heighten your life

Skiprollคืออะไร?

Skiproll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย koustubh.nyshadham และคุณลักษณะหลักของมันคือ "Heighten your life"

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

screenshot
screenshot

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

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

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

                        This extension allows you to skip intros on Crunchyroll!                    

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

ชื่อ Skiproll Skiproll
ID imgjlhfmbpbbnibldbjhmkebdklojmkd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/skiproll/imgjlhfmbpbbnibldbjhmkebdklojmkd
คำอธิบาย Heighten your life
ขนาดไฟล์ 12.44 KB
จำนวนการติดตั้ง 1,097
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-09-22
วันที่เผยแพร่ 2020-05-07
คะแนน 4.33/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา koustubh.nyshadham
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skiproll",
    "version": "1.0.1",
    "description": "Heighten your life",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}