Webpage(s) Cleanup

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

Webpage(s) Cleanup là gì?

Webpage(s) Cleanup là một tiện ích mở rộng Chrome được phát triển bởi devmtxt, và tính năng chính của nó là "Cleanup webpages - remove ads and non-necessary elements, in order to have a clean, readable page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webpage(s) Cleanup

Tải xuống các tệp mở rộng Webpage(s) Cleanup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webpage(s) Cleanup Webpage(s) Cleanup
ID memfmdoepcoecmpolkdgfnmonkmpfgkf
URL Chính Thức https://chromewebstore.google.com/detail/webpages-cleanup/memfmdoepcoecmpolkdgfnmonkmpfgkf
Mô tả Cleanup webpages - remove ads and non-necessary elements, in order to have a clean, readable page
Kích Thước Tệp 90.05 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2020-05-29
Ngày Phát Hành 2020-05-28
Nhà Phát Triển devmtxt
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}