Reddit Clacks Overhead

Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts

Что такое Reddit Clacks Overhead?

Reddit Clacks Overhead - это расширение Chrome, разработанное wmjbyatt, и его основная функция - "Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts".

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

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

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

                        This adds a small bit of Clacks Overhead to all of your Reddit self-posts and comments. It does not modify your requests to conform to the Clacks Overhead RFC, but rather just adds an empty link to the beginning of your posts as you send them to Reddit.                    

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

Название Reddit Clacks Overhead Reddit Clacks Overhead
ID nnkgonennomnkgffgadkldjahmmlfdkk
Официальный URL https://chrome.google.com/webstore/detail/reddit-clacks-overhead/nnkgonennomnkgffgadkldjahmmlfdkk
Описание Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts
Размер файла 37.41 KB
Количество установок 17
Текущая Версия 0.3
Последнее Обновление 2015-05-28
Дата публикации 2015-05-28
Разработчик wmjbyatt
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Clacks Overhead",
    "description": "Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "jquery.livequery.min.js",
                "gnutp.js",
                "dedication.js"
            ]
        }
    ]
}