Mindback

Remove addictive features from websites such as Twitter, Facebook & Youtube.

Mindback क्या है?

Mindback christianvuerings द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove addictive features from websites such as Twitter, Facebook & Youtube."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Remove addictive features from social websites.

🔎 Focus on the content
⭐ Supports Facebook, Instagram, Twitter & Youtube
⚙️ Highly configurable

⚪ Facebook
- Hide notification count
- Hide title notification count
- Hide reaction counts
- Hide group conversations
- Hide reels and short videos

⚪ Instagram
- Hide shorts
- Hide suggestions for you
- Hide view & like count
- Hide view all comments

⚪ Twitter
- Hide followers/following counts
- Hide timeline counts
- Hide favicon badge
- Hide notification badge
- Hide notification title count
- Hide home badge
- Hide what's happening section
- Hide relevant people section
- Hide relevant sign up section
- Hide relevant who to follow section
- Hide topics to follow section
- Hide see more tweets modal
- Hide see what's happening modal
- Hide cookie bar
- Hide promoted tweets

⚪ Youtube
- Hide home feed
- Hide shorts tab
- Hide video sidebar
- Hide video comments
- Hide video like count
- Hide "new" subscription badge
- Hide autoplay
- Hide video end screen feed

Upcoming support: Pinterest                    

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

नाम Mindback Mindback
ID kmmegbfdlpeabmjobchliocjppcnhhdj
आधिकारिक URL https://chromewebstore.google.com/detail/mindback/kmmegbfdlpeabmjobchliocjppcnhhdj
विवरण Remove addictive features from websites such as Twitter, Facebook & Youtube.
फ़ाइल का आकार 134 KB
स्थापना संख्या 31
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2022-09-14
प्रकाशन तिथि 2022-08-17
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर christianvuerings
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/christianvuerings/mindback
सहायता पृष्ठ URL https://github.com/christianvuerings/mindback/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mindback",
    "version": "0.0.5",
    "description": "Remove addictive features from websites such as Twitter, Facebook & Youtube.",
    "homepage_url": "https:\/\/github.com\/christianvuerings\/mindback",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "action": {
        "default_icon": "icon.323deeb1.png",
        "default_popup": "options.4e9f8e51.html",
        "default_title": "Mindback"
    },
    "icons": {
        "128": "icon.323deeb1.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.instagram.com\/",
        "https:\/\/twitter.com\/*",
        "https:\/\/mobile.twitter.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/m.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.instagram.com\/",
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/m.youtube.com\/*"
            ],
            "js": [
                "content.51cecba0.js"
            ],
            "css": [
                "content.162b5192.css"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "browser_style": true,
        "page": "options.4e9f8e51.html"
    },
    "background": {
        "service_worker": "background.8d4563fb.js",
        "type": "module"
    }
}