BewlyBewly
Just make a few small changes to your Bilibili homepage.
Vad är BewlyBewly?
BewlyBewly är en Chrome-tillägg utvecklad av Hakadao, och dess huvudfunktion är "Just make a few small changes to your Bilibili homepage.".
Tilläggsskärmbilder
Ladda ner BewlyBewly-förlängningens CRX-fil
Ladda ner BewlyBewly-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Improve your Bilibili homepage by redesigning it, adding more features, and personalizing it to match your preferences. Grundläggande Information om Tillägg
| Namn | |
| ID | bbbiejemhfihiooipfcjmjmbfdmobobp |
| Officiell webbadress | https://chromewebstore.google.com/detail/bewlybewly/bbbiejemhfihiooipfcjmjmbfdmobobp |
| Beskrivning | Just make a few small changes to your Bilibili homepage. |
| Filstorlek | 578 KB |
| Antal Installationer | 9,000 |
| Aktuell Version | 0.14.9 |
| Senast Uppdaterad | 2024-03-03 |
| Publiceringsdatum | 2023-04-22 |
| Betyg | 4.98/5 Totalt 53 Betyg |
| Utvecklare | Hakadao |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/hakadao/BewlyBewly |
| Stödda Språk | 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": [
" | |