CSDN killer

从百度的搜索结果中排除CSDN的内容!

What is CSDN killer?

CSDN killer is a Chrome extension developed by leebroncc, and its main feature is "从百度的搜索结果中排除CSDN的内容!".

Extension Screenshots

screenshot

Download CSDN killer Extension CRX File

Download CSDN killer 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

                        从百度和谷歌搜索结果中,排除CSDN的内容                    

Extension Basic Information

Name CSDN killer CSDN killer
ID iblchjejjpjjdjleclcbobmehilemfnh
Official URL https://chromewebstore.google.com/detail/csdn-killer/iblchjejjpjjdjleclcbobmehilemfnh
Description 从百度的搜索结果中排除CSDN的内容!
File Size 334 KB
Installation Count 229
Current Version 0.0.1
Last Updated 2019-06-20
Publish Date 2019-06-20
Rating 4.60/5 Total 10 Ratings
Developer leebroncc
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSDN killer",
    "version": "0.0.1",
    "description": "\u4ece\u767e\u5ea6\u7684\u641c\u7d22\u7ed3\u679c\u4e2d\u6392\u9664CSDN\u7684\u5185\u5bb9\uff01",
    "permissions": [
        "https:\/\/www.baidu.com\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/www.google.com.hk\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": [],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png"
    },
    "manifest_version": 2
}