WebExtension.net
Toggle dark mode
WebExtension.net

BewlyBewly

View on Chrome Web Store
View BewlyBewly Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (355 ratings)
2 new ratings
196 views
This extension has been viewed 196 times

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

Just make a few small changes to your Bilibili homepage.
Type
Extension
Users
80,000 users
10K
Hakadao
View author page of Hakadao
Published
Published on April 22, 2023
Version 0.40.1
Manifest version
3
Updated
Updated on January 19, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View BewlyBewly 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": "BewlyBewly",
    "version": "0.40.1",
    "description": "Just make a few small changes to your Bilibili homepage.",
    "homepage_url": "https:\/\/github.com\/hakadao\/BewlyBewly",
    "background": {
        "service_worker": ".\/dist\/background\/index.js"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.bilibili.com\/*",
        "*:\/\/*.hdslb.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.bilibili.com\/*",
                "*:\/\/search.bilibili.com\/*",
                "*:\/\/t.bilibili.com\/*",
                "*:\/\/space.bilibili.com\/*",
                "*:\/\/message.bilibili.com\/*",
                "*:\/\/member.bilibili.com\/*",
                "*:\/\/account.bilibili.com\/*",
                "*:\/\/www.hdslb.com\/*",
                "*:\/\/passport.bilibili.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "css": [
                ".\/dist\/contentScripts\/style.css"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/www.bilibili.com\/*",
                "*:\/\/search.bilibili.com\/*",
                "*:\/\/t.bilibili.com\/*",
                "*:\/\/space.bilibili.com\/*",
                "*:\/\/message.bilibili.com\/*",
                "*:\/\/member.bilibili.com\/*",
                "*:\/\/account.bilibili.com\/*",
                "*:\/\/www.hdslb.com\/*",
                "*:\/\/passport.bilibili.com\/*"
            ],
            "js": [
                ".\/dist\/inject\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "assets\/rules.json"
            }
        ]
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 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