wbimgfix

简单修复新浪微博图床

What is wbimgfix?

wbimgfix is a Chrome extension developed by xiangzi fang, and its main feature is "简单修复新浪微博图床".

Extension Screenshots

screenshot

Download wbimgfix Extension CRX File

Download wbimgfix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        简单修复新浪微博图床,针对没有修改refer policy的网页,自动在请求图片前去掉refer,避免403错误

项目源代码地址:https://github.com/fqxufo/wbimgfix

点击这个地址测试效果:https://fqxufo.github.io/wbimgfix/                    

Extension Basic Information

Name wbimgfix wbimgfix
ID bdhgcfmghkbbdmejdaadfdhhdjphogkp
Official URL https://chromewebstore.google.com/detail/wbimgfix/bdhgcfmghkbbdmejdaadfdhhdjphogkp
Description 简单修复新浪微博图床
File Size 7.13 KB
Installation Count 1,000
Current Version 0.51
Last Updated 2021-07-02
Publish Date 2019-06-24
Rating 5.00/5 Total 4 Ratings
Developer xiangzi fang
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wbimgfix",
    "description": "\u7b80\u5355\u4fee\u590d\u65b0\u6d6a\u5fae\u535a\u56fe\u5e8a",
    "version": "0.51",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}