BewlyBewly

Just make a few small changes to your Bilibili homepage.

BewlyBewly là gì?

BewlyBewly là một tiện ích mở rộng Chrome được phát triển bởi Hakadao, và tính năng chính của nó là "Just make a few small changes to your Bilibili homepage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BewlyBewly

Tải xuống các tệp mở rộng BewlyBewly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BewlyBewly BewlyBewly
ID bbbiejemhfihiooipfcjmjmbfdmobobp
URL Chính Thức https://chromewebstore.google.com/detail/bewlybewly/bbbiejemhfihiooipfcjmjmbfdmobobp
Mô tả Just make a few small changes to your Bilibili homepage.
Kích Thước Tệp 578 KB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 0.14.9
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2023-04-22
Đánh Giá 4.98/5 Tổng số 53 Đánh Giá
Nhà Phát Triển Hakadao
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hakadao/BewlyBewly
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        ]
    }
}