SocialFocus: Hide Distractions

Block feed, shorts, related and other distractions on time-wasting sites like Instagram, Facebook, YouTube...

SocialFocus: Hide Distractions là gì?

SocialFocus: Hide Distractions là một tiện ích mở rộng Chrome được phát triển bởi https://socialfocus.app, và tính năng chính của nó là "Block feed, shorts, related and other distractions on time-wasting sites like Instagram, Facebook, YouTube...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SocialFocus: Hide Distractions

Tải xuống các tệp mở rộng SocialFocus: Hide Distractions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Hide distractions on websites such as YouTube, Facebook, Twitter, Instagram, Reddit, LinkedIn, Gmail and take back control of your attention!

While we acknowledge the distracting and engrossing nature of these sites, completely blocking them is not always feasible due to the valuable content they offer.

This browser extension allows you to selectively hide attention-grabbing components on each site. 

For instance, on YouTube, you have the option to conceal recommended videos, shorts, comments, and more. Similarly, on Facebook and Instagram, you can hide the feed, reels, stories, and other elements. The same goes for each supported site.


• Some of 115+ available features:

YouTube:
- Hide Home Recommended Videos, Video Page Sidebar, Related Videos, Shorts, Comments, Explore, Subscriptions, Video Endscreen, Thumbnails

Facebook:
- Remove Home Feed, Stories, Block FB Sponsored Posts, People you may know, Reels and short videos, Suggested Groups

Instagram:
- Block Feed, Stories, Hide Ig Promoted Posts, Suggestions

LinkedIn:
- Hide Feed, Metrics, Ads

Reddit:
- Hide Home Feed, Related Posts, Trending Today, Reddit Premium ads, Recent Posts, Popular Communities, Subreddit Feed, Filter by flair, Rules, Moderators, Comments, Logo Wordmark, Advertise, Chat Button, Create Post, Notifications, Settings Menu, Get App, Log In, Left Sidebar, Moderation, Communities, Recent, Topics, Resources, Popular Posts, Footer

Twitter / X:
- Hide Home Timeline - For You / Following, Timeline Settings Button, Tweet Box, Post Profile Pictures, Images and Videos, Metrics, Post Bottom Buttons, Home, Explore, Notifications, Messages, List, Bookmarks, Communities, Premium, Profile, More, Post, Premium Ads, Trends for you, Who to follow, Footer

Gmail:
- Hide Ads


• Additional actions to make your user experience undistracted:

- Password Protection
- Launch Tweaks
- Export, import, and reset extension settings
- Control the extension dark / light theme and more....


• Available as an extension for:

- Safari: https://apps.apple.com/us/app/id1661093205
- Chrome: https://chromewebstore.google.com/detail/socialfocus-hide-distract/abocjojdmemdpiffeadpdnicnlhcndcg
- Firefox: https://addons.mozilla.org/en-US/firefox/addon/socialfocus/
- Edge: https://microsoftedge.microsoft.com/addons/detail/socialfocus-hide-distrac/dkkbdagpdnmdakbbchbicnfcoifbdlfc
- Whale: https://store.whale.naver.com/detail/hdgbojmfdbijipjddpnefcdliciploai


• Compatible with mobile versions of websites.


• Discover additional apps of mine in the "Try My Other Apps" section within the extension.


• Share Ideas / Report a Bugs:

https://socialfocus.app/support/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SocialFocus: Hide Distractions SocialFocus: Hide Distractions
ID abocjojdmemdpiffeadpdnicnlhcndcg
URL Chính Thức https://chromewebstore.google.com/detail/socialfocus-hide-distract/abocjojdmemdpiffeadpdnicnlhcndcg
Mô tả Block feed, shorts, related and other distractions on time-wasting sites like Instagram, Facebook, YouTube...
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 5.0
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2023-12-11
Đánh Giá 4.88/5 Tổng số 24 Đánh Giá
Nhà Phát Triển https://socialfocus.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://socialfocus.app
URL Trang Trợ Giúp https://socialfocus.app/support
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "5.0",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "service_worker": "global\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "global\/options\/facebookOptions.js",
                "global\/options\/gmailOptions.js",
                "global\/options\/instagramOptions.js",
                "global\/options\/linkedinOptions.js",
                "global\/options\/redditOptions.js",
                "global\/options\/twitterOptions.js",
                "global\/options\/youtubeOptions.js",
                "global\/options\/options.js",
                "global\/storageConstants.js",
                "global\/globalHelpers.js",
                "website\/scripts\/websiteHelpers.js",
                "website\/scripts\/htmlAtrributes.js",
                "website\/scripts\/popupListener.js",
                "website\/scripts\/Shortcuts\/shortcutsListener.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "website\/css\/youtube\/youtube_desktop_styles.css",
                "website\/css\/youtube\/youtube_mobile_styles.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "website\/scripts\/libs\/mutation-summary.js",
                "website\/scripts\/Specials\/facebookSpecial.js"
            ],
            "css": [
                "website\/css\/facebook\/facebook_desktop_styles.css",
                "website\/css\/facebook\/facebook_mobile_styles.css"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "website\/css\/linkedin\/linkedin_desktop_styles.css",
                "website\/css\/linkedin\/linkedin_mobile_styles.css"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "website\/css\/twitter\/twitter_desktop_styles.css",
                "website\/css\/twitter\/twitter_mobile_styles.css"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "website\/css\/reddit\/reddit_desktop_styles.css",
                "website\/css\/reddit\/reddit_mobile_styles.css"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "website\/css\/instagram\/instagram_desktop_styles.css",
                "website\/css\/instagram\/instagram_mobile_styles.css"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "website\/css\/gmail\/gmail_styles.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png",
            "48": "images\/toolbar-icon-48.png",
            "72": "images\/toolbar-icon-72.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}