Reddit Skwisgaarifyer

Reddit Skwisgaarifyer

Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Reddit Skwisgaarifyer",
  "short_name": "skwizz",
  "version": "1.22",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.",
  "content_scripts": [
    {
      "matches": [
        "*://www.reddit.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": [
    {
      "persistent": false
    }
  ]
}