CSDN页面优化

自动显示博客全文,去掉登录提示

What is CSDN页面优化?

CSDN页面优化 is a Chrome extension developed by interest, and its main feature is "自动显示博客全文,去掉登录提示".

Extension Screenshots

screenshot

Download CSDN页面优化 Extension CRX File

Download CSDN页面优化 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

                        1.自动显示博客全文
2.去掉登录提示
3.去掉广告

4.非全屏时,点击页面任意位置,将自动调整水平滚动条,使得博客正文在水平方向不会被部分隐藏                    

Extension Basic Information

Name CSDN页面优化 CSDN页面优化
ID pbhajdlkdeofhoicgdkanbbkdnglajkd
Official URL https://chromewebstore.google.com/detail/csdn%E9%A1%B5%E9%9D%A2%E4%BC%98%E5%8C%96/pbhajdlkdeofhoicgdkanbbkdnglajkd
Description 自动显示博客全文,去掉登录提示
File Size 11.13 KB
Installation Count 2,298
Current Version 5.2
Last Updated 2020-05-14
Publish Date 2020-05-14
Rating 4.44/5 Total 18 Ratings
Developer interest
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSDN\u9875\u9762\u4f18\u5316",
    "manifest_version": 2,
    "version": "5.2",
    "description": "\u81ea\u52a8\u663e\u793a\u535a\u5ba2\u5168\u6587\uff0c\u53bb\u6389\u767b\u5f55\u63d0\u793a",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/icon128.png",
        "default_title": "interest"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/blog.csdn.net\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}