Erase distractions

Erase elements of any webpage in just one click. Less addictions, more focus

Erase distractions क्या है?

Erase distractions dvfurlong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Erase elements of any webpage in just one click. Less addictions, more focus"।

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

screenshot

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

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

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

                        Erase distractions lets you take back control of how you browse and experience the web. 

Tech and media companies have teams of people working to keep you hooked and glued to their websites. Erase distractions helps you defend your attention without having to block the site and go cold turkey. 

In order to erase elements of the page just click the extension icon in the top right of your browser and press anything on your screen you want to get rid of. And poof it's gone. Even after reloading the page it won't reappear. Your attention, your focus, your choice. Happy erasing! 

**Limited permissions: Only requests permissions to pages you press the extension on**
**Persists the erased elements so next time you visit the page they're still erased!**                    

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

नाम Erase distractions Erase distractions
ID aojacabljkpaglimemogalnbmillgplm
आधिकारिक URL https://chromewebstore.google.com/detail/erase-distractions/aojacabljkpaglimemogalnbmillgplm
विवरण Erase elements of any webpage in just one click. Less addictions, more focus
फ़ाइल का आकार 281 KB
स्थापना संख्या 171
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2020-12-05
प्रकाशन तिथि 2020-11-09
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर dvfurlong
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Erase distractions",
    "version": "0.0.5",
    "icons": {
        "16": "assets\/icons\/16w.png",
        "32": "assets\/icons\/32w.png",
        "48": "assets\/icons\/48w.png",
        "128": "assets\/icons\/128w.png"
    },
    "description": "Erase elements of any webpage in just one click. Less addictions, more focus",
    "homepage_url": "https:\/\/github.com\/davidfurlong\/erase-distractions",
    "short_name": "Erase distractions",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "davidfurlong",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_icon": "assets\/icons\/48w.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "web_accessible_resources": [
        "js\/*",
        "*.html",
        "css\/*"
    ]
}