BewlyBewly

Just make a few small changes to your Bilibili homepage.

ما هو BewlyBewly؟

BewlyBewly هو إضافة Chrome تم تطويرها بواسطة Hakadao، والميزة الرئيسية لها هي "Just make a few small changes to your Bilibili homepage.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BewlyBewly

قم بتنزيل ملفات الامتداد BewlyBewly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
            }
        ]
    }
}