Better shorts

Better shorts video player for YouTube and Instagram!

What is Better shorts?

Better shorts is a Chrome extension developed by codeshifu, and its main feature is "Better shorts video player for YouTube and Instagram!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Better shorts Extension CRX File

Download Better shorts 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

                        Better shorts on YouTube allows
- Video scrubbing
- Closed caption
- Playback speed
- Annotations
- Shorts video quality adjustment

Better shorts on Instagram allows
- Video scrubbing
- Playback speed
- Download reels
- PiP (Picture in Picture)                    

Extension Basic Information

Name Better shorts Better shorts
ID kniiiokdfifghldpemgoggfljdmgpgij
Official URL https://chromewebstore.google.com/detail/better-shorts/kniiiokdfifghldpemgoggfljdmgpgij
Description Better shorts video player for YouTube and Instagram!
File Size 13.54 KB
Installation Count 43
Current Version 1.0.0
Last Updated 2023-08-24
Publish Date 2023-08-24
Developer codeshifu
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/codeshifu
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better shorts",
    "description": "Better shorts video player for YouTube and Instagram!",
    "version": "1.0.0",
    "version_name": "1.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "assets\/img\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/16x16.png",
            "32": "assets\/img\/32x32.png",
            "48": "assets\/img\/48x48.png",
            "128": "assets\/img\/128x128.png"
        },
        "default_title": "Better shorts"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}