消灭拦路虎

还原纯洁的网络,享受自由学习的乐趣。

What is 消灭拦路虎?

消灭拦路虎 is a Chrome extension developed by https://biubiu123.com, and its main feature is "还原纯洁的网络,享受自由学习的乐趣。".

Extension Screenshots

screenshot
screenshot
screenshot

Download 消灭拦路虎 Extension CRX File

Download 消灭拦路虎 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

                        killtigerintheway希望消灭互联网中某些学习网站的拦路虎行为,比如未登录状态下的博客折叠、未登录无法复制等,让用户享受自由浏览的乐趣。
一 :) CSDN文章自动展开
二 :) segmentfault文章免登陆复制
三 :) 360doc个人图书馆文章免登陆复制                    

Extension Basic Information

Name 消灭拦路虎 消灭拦路虎
ID mfdipckabbbokgjaaeoagffigccdpdhj
Official URL https://chromewebstore.google.com/detail/%E6%B6%88%E7%81%AD%E6%8B%A6%E8%B7%AF%E8%99%8E/mfdipckabbbokgjaaeoagffigccdpdhj
Description 还原纯洁的网络,享受自由学习的乐趣。
File Size 1.13 MB
Installation Count 93
Current Version 1.0.1
Last Updated 2020-11-23
Publish Date 2020-11-22
Rating 5.00/5 Total 1 Ratings
Developer https://biubiu123.com
Email [email protected]
Payment Type free
Extension Website https://biubiu123.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6d88\u706d\u62e6\u8def\u864e",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "\u8fd8\u539f\u7eaf\u6d01\u7684\u7f51\u7edc,\u4eab\u53d7\u81ea\u7531\u5b66\u4e60\u7684\u4e50\u8da3\u3002",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_title": "\u6d88\u706d\u62e6\u8def\u864e"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/blog.csdn.net\/*",
                "https:\/\/blog.csdn.net\/*",
                "https:\/\/segmentfault.com\/*",
                "http:\/\/segmentfault.com\/*",
                "http:\/\/www.360doc.com\/*",
                "https:\/\/www.360doc.com\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "myscript.js"
            ],
            "run_at": "document_start"
        }
    ]
}