BewlyBewly

Just make a few small changes to your Bilibili homepage.

什麼是BewlyBewly?

BewlyBewly是由Hakadao開發的Chrome擴展程式,該擴展的主要功能是“Just make a few small changes to your Bilibili homepage.”。

擴展截圖

screenshot

下載BewlyBewly擴展crx文件

下載BewlyBewly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Improve your Bilibili homepage by redesigning it, adding more features, and personalizing it to match your preferences.                    

擴展基本資訊

名稱 BewlyBewly BewlyBewly
ID bbbiejemhfihiooipfcjmjmbfdmobobp
官方網址 https://chromewebstore.google.com/detail/bewlybewly/bbbiejemhfihiooipfcjmjmbfdmobobp
簡介 Just make a few small changes to your Bilibili homepage.
檔案大小 578 KB
安裝次數 9,000
目前版本 0.14.9
更新時間 2024-03-03
上架時間 2023-04-22
評分 4.98/5 共 53 次評分
開發者 Hakadao
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/hakadao/BewlyBewly
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BewlyBewly",
    "version": "0.14.9",
    "description": "Just make a few small changes to your Bilibili homepage.",
    "homepage_url": "https:\/\/github.com\/hakadao\/BewlyBewly",
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.bilibili.com\/*",
        "*:\/\/*.mcbbs.net\/*",
        "*:\/\/*.hdslb.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.bilibili.com\/*",
                "*:\/\/search.bilibili.com\/*",
                "*:\/\/t.bilibili.com\/*",
                "*:\/\/space.bilibili.com\/*",
                "*:\/\/message.bilibili.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "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"
            }
        ]
    }
}