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
公式URL 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
Eメール [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"
            }
        ]
    }
}