BewlyBewly

Just make a few small changes to your Bilibili homepage.

Apa itu BewlyBewly?

BewlyBewly adalah ekstensi Chrome yang dikembangkan oleh Hakadao, dan fitur utamanya adalah "Just make a few small changes to your Bilibili homepage.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BewlyBewly

Unduh file ekstensi BewlyBewly dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama BewlyBewly BewlyBewly
ID bbbiejemhfihiooipfcjmjmbfdmobobp
URL Resmi https://chromewebstore.google.com/detail/bewlybewly/bbbiejemhfihiooipfcjmjmbfdmobobp
Deskripsi Just make a few small changes to your Bilibili homepage.
Ukuran File 578 KB
Jumlah Instalasi 9,000
Versi Saat Ini 0.14.9
Terakhir Diperbarui 2024-03-03
Tanggal Publikasi 2023-04-22
Penilaian 4.98/5 Total 53 Penilaian
Pengembang Hakadao
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/hakadao/BewlyBewly
Bahasa yang Didukung 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"
            }
        ]
    }
}