20

BiliPlus

A Chrome/Edge extension to feel better in bilibili.com

Bilibili.com actually has a perfect user experience, but as a developer who pays attention to details, there may still be some areas that make us uncomfortable, so this extension was born.

Principle:

  • Does not affect the original appearance.
  • Maintain consistent Bilibili style.
  • If you feel uncomfortable in Bilibili.com, come and request feature.

Install From Web Store

  1. Open the Chrome Web Store.
  2. click Add to Chrome.
  3. If you're adding an extension:
    • Review the types of data that the extension will be able to access.
    • Click Add extension. You'll see your extensions in Chrome as buttons on the toolbar.

Manual Installation

Below is an example of how you can manual installing from source code.

  1. Clone the repo
    git clone https://github.com/0xlau/biliplus.git
  2. Execute Command to make a zip file
    # Linux/MacOS
    > make
     
    # Windows
    > ./make.bat
  3. Found a file called biliplus.zip
    > ls
    biliplus.zip
  4. Dragging biliplus.zip to Chrome/Edge Extension Page
    # Extension Page
    chrome://extensions
    edge://extensions
  5. More details you can visit chromebook to install extensions.