Skiproll

Heighten your life

Apa itu Skiproll?

Skiproll adalah ekstensi Chrome yang dikembangkan oleh koustubh.nyshadham, dan fitur utamanya adalah "Heighten your life".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Skiproll

Unduh file ekstensi Skiproll dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension allows you to skip intros on Crunchyroll!                    

Informasi Dasar Ekstensi

Nama Skiproll Skiproll
ID imgjlhfmbpbbnibldbjhmkebdklojmkd
URL Resmi https://chrome.google.com/webstore/detail/skiproll/imgjlhfmbpbbnibldbjhmkebdklojmkd
Deskripsi Heighten your life
Ukuran File 12.44 KB
Jumlah Instalasi 1,097
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-09-22
Tanggal Publikasi 2020-05-07
Penilaian 4.33/5 Total 12 Penilaian
Pengembang koustubh.nyshadham
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}