Skiproll

Heighten your life

What is Skiproll?

Skiproll is a Chrome extension developed by koustubh.nyshadham, and its main feature is "Heighten your life".

Extension Screenshots

screenshot
screenshot

Download Skiproll Extension CRX File

Download Skiproll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to skip intros on Crunchyroll!                    

Extension Basic Information

Name Skiproll Skiproll
ID imgjlhfmbpbbnibldbjhmkebdklojmkd
Official URL https://chrome.google.com/webstore/detail/skiproll/imgjlhfmbpbbnibldbjhmkebdklojmkd
Description Heighten your life
File Size 12.44 KB
Installation Count 1,097
Current Version 1.0.1
Last Updated 2020-09-22
Publish Date 2020-05-07
Rating 4.33/5 Total 12 Ratings
Developer koustubh.nyshadham
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}