Browser Checkup for Chrome by Doctor

Get examined by the Doctor to find extensions that make your browser slow and help your browser run like it's young again.

Browser Checkup for Chrome by Doctor क्या है?

Browser Checkup for Chrome by Doctor https://getwebdoctor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get examined by the Doctor to find extensions that make your browser slow and help your browser run like it's young again."।

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

screenshot
screenshot

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

crx प्रारूप में Browser Checkup for Chrome by Doctor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        The world of browsing extensions is vast - ranging from simple spell-checkers and shopping assistants to full-blown, in-browser, CRM systems. Most make our lives easier, but some have undesired effects from clogging the browser's resources to injecting ads,  violating privacy by planting trackers, to creating borderline malicious activity.

Doctor's "Browser X-ray" treats your browser to detect such parasite-like extensions.
Get a quick examination by the Doctor and revitalize your browser to make it run like the day your first installed it.

Doctor's free version allows on-demand scanning and "healing" for known bad extensions. 
Doctor's premium version performs scans automatically and periodically without any user interaction. 

* Update: The premium version is currently unavailable due to store policy changes regarding in-app extensions payments.                    

एक्सटेंशन की मूल जानकारी

नाम Browser Checkup for Chrome by Doctor Browser Checkup for Chrome by Doctor
ID okjdbeegldeilceaflghgfdemobmfhbd
आधिकारिक URL https://chromewebstore.google.com/detail/browser-checkup-for-chrom/okjdbeegldeilceaflghgfdemobmfhbd
विवरण Get examined by the Doctor to find extensions that make your browser slow and help your browser run like it's young again.
फ़ाइल का आकार 318 KB
स्थापना संख्या 316,653
वर्तमान संस्करण 1.1.15.74
अंतिम अपडेट 2022-11-16
प्रकाशन तिथि 2020-12-23
रेटिंग 3.77/5 कुल 13 रेटिंग्स
डेवलपर https://getwebdoctor.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getwebdoctor.com/
गोपनीयता नीति पृष्ठ URL https://getwebdoctor.com/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Browser Checkup for Chrome by Doctor"
    },
    "description": "Get examined by the Doctor to find extensions that make your browser slow and help your browser run like it's young again.",
    "short_name": "Browser Checkup",
    "name": "Browser Checkup for Chrome by Doctor",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "1.1.15.74",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "cookies",
        "management",
        "webRequest",
        "storage",
        "notifications",
        "idle",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}