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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cleanup webpages - remove ads and non-necessary elements, in order to have a clean, readable page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Webpage(s) Cleanup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    }
}