Reddit Deduplicator Firefox

Examine source code of Reddit Deduplicator

제작자: Nick Gaya
Inspect and view changes in Reddit Deduplicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Deduplicator",
  "version": "1.4",
  "author": "Nicholas Gaya",
  "description": "Hide duplicate posts on pre-redesign Reddit.",
  "homepage_url": "https://nickgaya.github.io/rededup/",
  "browser_specific_settings": {
    "gecko": {
      "id": "{68f0c654-5a3d-423b-b846-2b3ab68d05dd}"
    }
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "*://*.thumbs.redditmedia.com/*",
    "storage"
  ],
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "dct.js",
        "dwt.js",
        "phash.js",
        "settings.js",
        "rededup.js"
      ]
    }
  ]
}

최고의 Reddit Deduplicator 대안

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