FardinScripts Firefox

Examine source code of FardinScripts

제작자: kmeek Add-on
Inspect and view changes in FardinScripts source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FardinScripts",
  "version": "1.9.1",
  "description": "A collection of small fixes for everyday web annoyances. Toggle each one on or off, tune it, and export your setup.",
  "browser_specific_settings": {
    "gecko": {
      "id": "fardinscripts@kmeek",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage",
    "declarativeNetRequestWithHostAccess"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "x-about-frame",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "options/popup.html",
    "default_icon": {
      "16": "icons/icon-on-16.png",
      "32": "icons/icon-on-32.png"
    },
    "default_title": "FardinScripts"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/registry.js",
        "lib/runtime.js",
        "modules/scrollclick.js",
        "modules/youtube-nonstop.js",
        "lib/geo-data.js",
        "modules/x-region-blocker.js",
        "lib/boot.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "modules/x-page-hook.js"
      ],
      "matches": [
        "*://x.com/*",
        "*://twitter.com/*"
      ]
    }
  ]
}

최고의 FardinScripts 대안

다음은 FardinScripts과(와) 유사한 Firefox add-on입니다: