元素屏蔽器

手动选择屏蔽页面的元素

What is 元素屏蔽器?

元素屏蔽器 is a Chrome extension developed by 兆比比特大, and its main feature is "手动选择屏蔽页面的元素".

Extension Screenshots

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

                        方便快捷的选择一个页面的元素并支持控制显示和隐藏的不同需求选择。                    

Extension Basic Information

Name 元素屏蔽器 元素屏蔽器
ID beokobppmbdeboppgngbjghifkpjgbnk
Official URL https://chrome.google.com/webstore/detail/%E5%85%83%E7%B4%A0%E5%B1%8F%E8%94%BD%E5%99%A8/beokobppmbdeboppgngbjghifkpjgbnk
Description 手动选择屏蔽页面的元素
File Size 77.89 KB
Installation Count 19
Current Version 1.0
Last Updated 2021-05-06
Publish Date 2021-05-06
Developer 兆比比特大
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5143\u7d20\u5c4f\u853d\u5668",
    "version": "1.0",
    "manifest_version": 2,
    "description": "\u624b\u52a8\u9009\u62e9\u5c4f\u853d\u9875\u9762\u7684\u5143\u7d20",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "bg.html"
    },
    "options_page": "setting.html",
    "browser_action": {
        "default_title": "\u5143\u7d20\u5c4f\u853d\u5668",
        "default_icon": ".\/icon.png",
        "default_popup": "bg.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "blockad.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}