Reddit Skwisgaarifyer

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

Что такое Reddit Skwisgaarifyer?

Reddit Skwisgaarifyer - это расширение Chrome, разработанное jonash, и его основная функция - "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Reddit Skwisgaarifyer

Скачайте файлы расширений Reddit Skwisgaarifyer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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?).                    

Основная информация о расширении

Название Reddit Skwisgaarifyer Reddit Skwisgaarifyer
ID bkigffbamdggjllmcgacjcgigognnoca
Официальный URL https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca
Описание Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
Размер файла 39.91 KB
Количество установок 22
Текущая Версия 1.22
Последнее Обновление 2014-11-27
Дата публикации 2014-11-27
Рейтинг 4.75/5 Всего 8 оценок
Разработчик jonash
Тип оплаты free
Официальный сайт расширения https://github.com/hellmanhellman/skwizz
Поддерживаемые языки 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
        }
    ]
}