Unweb

Unweb hides distractions like feeds, related articles and suggested videos to help you focus.

Unweb क्या है?

Unweb http://unweb.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unweb hides distractions like feeds, related articles and suggested videos to help you focus."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Distractions are hidden by a white box, and display a 'Show' button that you can use to show the distraction whenever you need it.

You can also choose which distractions you want to show always, using the 'Always' button.

Unweb puts you in the driver's seat so that distractions aren't pushed on you by default. YOU choose when you want to be distracted.

**Works on 19 sites, including Facebook, YouTube, Twitter, Reddit, LinkedIn and more. Request new sites by emailing [email protected]**                    

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

नाम Unweb Unweb
ID gjoogpakdilcbemcmgmlbdppchmckcdm
आधिकारिक URL https://chrome.google.com/webstore/detail/unweb/gjoogpakdilcbemcmgmlbdppchmckcdm
विवरण Unweb hides distractions like feeds, related articles and suggested videos to help you focus.
फ़ाइल का आकार 952 KB
स्थापना संख्या 304
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2020-06-09
प्रकाशन तिथि 2020-06-09
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://unweb.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://unweb.app
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.4",
    "name": "Unweb",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "description": "Unweb hides distractions like feeds, related articles and suggested videos to help you focus.",
    "icons": {
        "16": "img\/unweb_logo16.png",
        "48": "img\/unweb_logo48.png",
        "128": "img\/unweb_logo128.png"
    },
    "browser_action": {
        "default_popup": "html\/pages\/popup.html"
    },
    "options_ui": {
        "page": "html\/pages\/options_home.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/*",
        "fonts\/*",
        "html\/*",
        "css\/*"
    ],
    "background": {
        "scripts": [
            "config.js",
            "js\/vars\/defaults.js",
            "js\/vars\/amplitude-credentials.js",
            "js\/vendor\/amplitude-instance.js",
            "js\/vendor\/moment.min.js",
            "js\/background\/utils\/lib.js",
            "js\/background\/init.js",
            "js\/background\/settings.js",
            "js\/background\/listeners.js",
            "js\/background\/logger.js",
            "js\/background\/messager.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "config.js",
                "js\/vars\/hidees.js",
                "js\/content\/storage\/html.js",
                "js\/content\/utils\/cache.js",
                "js\/content\/utils\/lib.js",
                "js\/content\/hider.js",
                "js\/content\/controller.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ]
}