WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LiteTube: Fix YouTube Lag & Adblock

LiteTube: Fix YouTube Lag & Adblock

View on Chrome Web Store
View LiteTube: Fix YouTube Lag & Adblock Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
17 views
This extension has been viewed 17 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Fix YouTube Lag & Adblock Detection. Forces lightweight player (m.) with full Desktop UI. Ad-free, SponsorBlock & Background Play.
Type
Extension
Users
2,000 users
1K
lite**********************
View author page of lite**********************
Published
Published on January 4, 2026
Version 1.3.2
Manifest version
3
Updated
Updated on January 7, 2026
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View LiteTube: Fix YouTube Lag & Adblock Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LiteTube: Fix YouTube Lag & Adblock",
    "version": "1.3.2",
    "description": "Fix YouTube Lag & Adblock Detection. Forces lightweight player  (m.) with full Desktop UI. Ad-free, SponsorBlock & Background Play.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.doubleclick.net\/*",
        "*:\/\/sponsor.ajay.app\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "LiteTube AdFree Settings",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start",
            "world": "MAIN",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top