UnDistracted - Hide Facebook, YouTube Feeds

Rise above the time-sinks

UnDistracted - Hide Facebook, YouTube Feeds क्या है?

UnDistracted - Hide Facebook, YouTube Feeds https://undistracted.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rise above the time-sinks"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This chrome extension will become an assistant in your pursuit to control the time we spend every day in infamous time-sinks: Instagram, Facebook, YouTube, Twitter and LinkedIn.

We all know how distracting and engrossing these sites can be, but blocking them totally is also not a feasible option since they do provide some really useful content.

We have identified those parts in each of these websites that grab our attention and serve us unlimited content all day. This extension enables you to hide each of these parts selectively, and even block access to any of these websites.

Your settings are synced over the google account so that you can use this extension in multiple computers with the same settings.

Note: No history is accessed by the extension and WE DO NOT send/store any browsing related information.

All feedback is welcome.

Resources we love:
● https://www.reddit.com/r/nosurf/
● Deep Work by Cal Newport

-----------------------------------------------------
Extension developed by: @tweetjai
Logo designed by: vaibhavdewangan17.wixsite.com/mysite                    

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

नाम UnDistracted - Hide Facebook, YouTube Feeds UnDistracted - Hide Facebook, YouTube Feeds
ID pjjgklgkfeoeiebjogplpnibpfnffkng
आधिकारिक URL https://chromewebstore.google.com/detail/undistracted-hide-faceboo/pjjgklgkfeoeiebjogplpnibpfnffkng
विवरण Rise above the time-sinks
फ़ाइल का आकार 482 KB
स्थापना संख्या 46,999
वर्तमान संस्करण 1.9.9
अंतिम अपडेट 2023-12-11
प्रकाशन तिथि 2020-06-26
रेटिंग 4.66/5 कुल 388 रेटिंग्स
डेवलपर https://undistracted.app
ईमेल [email protected]
भुगतान के प्रकार in_app
सहायता पृष्ठ URL https://undistracted.typeform.com/to/yx84Z6
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UnDistracted - Hide Facebook, YouTube Feeds",
    "version": "1.9.9",
    "description": "Rise above the time-sinks",
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "optional_permissions": [
        "scripting"
    ],
    "optional_host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; object-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com; connect-src https:\/\/extensionpay.com"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "undistracted-twitter.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "undistracted-youtube.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "undistracted-facebook.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "undistracted-reddit.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "undistracted-netflix.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "undistracted-linkedin.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "48": "icons\/icon48.png",
            "16": "icons\/icon16.png"
        },
        "default_popup": "index.html",
        "default_title": "UnDistracted"
    },
    "manifest_version": 3
}