Webpage(s) Cleanup

Cleanup webpages - remove ads and non-necessary elements, in order to have a clean, readable page

什么是Webpage(s) Cleanup?

Webpage(s) Cleanup是由devmtxt开发的Chrome扩展程序,该扩展的主要功能是“Cleanup webpages - remove ads and non-necessary elements, in order to have a clean, readable page”。

扩展截图

screenshot
screenshot
screenshot

下载Webpage(s) Cleanup扩展crx文件

下载Webpage(s) Cleanup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Cleanup a webpage by removing non-important elements (ads, header, footer, sidebars, etc) in order to have a clean webpage that can be downloaded/printed.                    

扩展基本信息

名称 Webpage(s) Cleanup Webpage(s) Cleanup
ID memfmdoepcoecmpolkdgfnmonkmpfgkf
官方URL https://chromewebstore.google.com/detail/webpages-cleanup/memfmdoepcoecmpolkdgfnmonkmpfgkf
简介 Cleanup webpages - remove ads and non-necessary elements, in order to have a clean, readable page
文件大小 90.05 KB
安装次数 31
当前版本 0.0.0.2
更新时间 2020-05-29
上架时间 2020-05-28
开发者 devmtxt
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webpage(s) Cleanup",
    "version": "0.0.0.2",
    "author": "Teodor Muraru",
    "default_locale": "en",
    "description": "Cleanup webpages - remove ads and non-necessary elements, in order to have a clean, readable page",
    "icons": {
        "16": "img\/icons\/webpageCleanup_16.png",
        "32": "img\/icons\/webpageCleanup_32.png",
        "48": "img\/icons\/webpageCleanup_48.png",
        "128": "img\/icons\/webpageCleanup_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.5.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/icons\/webpageCleanup_48.png",
        "default_title": "Cleanup this site (either by a generic recipe, or its own personalised one, if it exists)",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q",
                "mac": "Command+Shift+Q",
                "linux": "Ctrl+Shift+Q"
            }
        },
        "clicked_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": "Cleanup webpage"
        }
    }
}