SocialFocus: Hide Distractions Firefox

Examine source code of SocialFocus: Hide Distractions

Inspect and view changes in SocialFocus: Hide Distractions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "8.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": {
    "page": "background.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{26b4f076-089c-4c69-8497-44b7e5c9faef}"
    }
  },
  "content_scripts": [
    {
      "js": [
        "content/runtime/runtimeContract.js",
        "content/runtime/tabRuntimeReloadGuard.js",
        "content/runtime/contentDiagnostics.js",
        "content/runtime/lifecycleScope.js",
        "content/runtime/storageChangeBroker.js",
        "content/runtime/runtimeSnapshotService.js",
        "shared/runtime/storageMutationContract.js",
        "content/constants/constants.js",
        "content/storage/contentStorageMutations.js",
        "content/storage/contentStorageSelectors.js",
        "content/service/contentStorageService.js",
        "content/utils/helpers.js",
        "content/service/extensionStateService.js",
        "content/service/contentStyleService.js",
        "content/js/AttributesManager/htmlAtrributesManager.js",
        "content/js/sites/dailyLimit/getBlockingContent.js",
        "content/js/sites/dailyLimit/showBlockingTimerModal.js",
        "content/js/sites/dailyLimit/blockingSiteByTimer.js",
        "content/js/Shortcuts/shortcutsListener.js"
      ],
      "matches": [
        "*://*.youtube.com/*",
        "*://*.facebook.com/*",
        "*://*.linkedin.com/*",
        "*://*.twitter.com/*",
        "*://twitter.com/*",
        "*://*.x.com/*",
        "*://x.com/*",
        "*://*.reddit.com/*",
        "*://*.instagram.com/*",
        "*://*.google.com/*",
        "*://news.ycombinator.com/*",
        "*://*.twitch.tv/*",
        "*://*.pinterest.com/*",
        "*://*.netflix.com/*",
        "*://*.tiktok.com/*",
        "*://*.bsky.app/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "content/js/DisableVideoAutoPlay/disableVideoAutoPlay.js",
        "content/js/sites/youtube/shorts.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "content/js/sites/instagram/suggestionPostsWithMultiCreatorsHide.js"
      ],
      "matches": [
        "*://*.instagram.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "content/js/libs/mutation-summary.js",
        "content/js/sites/facebookSpecial.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "content/js/sites/reddit/headerTrendingToday.js",
        "content/js/sites/reddit/postHideButtons.js"
      ],
      "matches": [
        "*://*.reddit.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "content/js/sites/twitch/followAndSubscribeButtonHide.js"
      ],
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "content/js/sites/linkedin/hideMessagingFloatPopup.js"
      ],
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "content/js/sites/hackerNewsSpecial.js"
      ],
      "css": [
        "content/css/hackerNews/hacker_news_styles.css"
      ],
      "matches": [
        "*://news.ycombinator.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"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup/screens/privacyPolicy/privacyPolicyForTab.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "*://*.youtube.com/*",
    "*://*.facebook.com/*",
    "*://*.linkedin.com/*",
    "*://*.twitter.com/*",
    "*://twitter.com/*",
    "*://*.x.com/*",
    "*://x.com/*",
    "*://*.reddit.com/*",
    "*://*.instagram.com/*",
    "*://*.google.com/*",
    "*://news.ycombinator.com/*",
    "*://*.twitch.tv/*",
    "*://*.pinterest.com/*",
    "*://*.netflix.com/*",
    "*://*.tiktok.com/*",
    "*://*.bsky.app/*"
  ],
  "permissions": [
    "storage",
    "activeTab",
    "management",
    "alarms"
  ]
}

Best SocialFocus: Hide Distractions Alternatives

Here are some Firefox add-ons that are similar to SocialFocus: Hide Distractions: