Reddit Skwisgaarifyer

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

What is Reddit Skwisgaarifyer?

Reddit Skwisgaarifyer is a Chrome extension developed by jonash, and its main feature is "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.".

Extension Screenshots

screenshot

Download Reddit Skwisgaarifyer Extension CRX File

Download Reddit Skwisgaarifyer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Picks out elements in the currently loaded reddit-page and randomly (rarely) changes some words, for instance "is" becomes "ams". Makes 40% of the words plural (Thats ams how thems shoulds be spelleds?).                    

Extension Basic Information

Name Reddit Skwisgaarifyer Reddit Skwisgaarifyer
ID bkigffbamdggjllmcgacjcgigognnoca
Official URL https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca
Description Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
File Size 39.91 KB
Installation Count 22
Current Version 1.22
Last Updated 2014-11-27
Publish Date 2014-11-27
Rating 4.75/5 Total 8 Ratings
Developer jonash
Payment Type free
Extension Website https://github.com/hellmanhellman/skwizz
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Skwisgaarifyer",
    "short_name": "skwizz",
    "version": "1.22",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.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
        }
    ]
}