Reddit Clacks Overhead

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

O que é Reddit Clacks Overhead?

Reddit Clacks Overhead é uma extensão do Chrome desenvolvida por wmjbyatt, e sua principal característica é "Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts".

Baixar o arquivo CRX da Extensão Reddit Clacks Overhead

Baixe arquivos de extensão Reddit Clacks Overhead no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Reddit Clacks Overhead Reddit Clacks Overhead
ID nnkgonennomnkgffgadkldjahmmlfdkk
URL Oficial https://chrome.google.com/webstore/detail/reddit-clacks-overhead/nnkgonennomnkgffgadkldjahmmlfdkk
Descrição Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts
Tamanho do Arquivo 37.41 KB
Contagem de Instalações 17
Versão Atual 0.3
Última Atualização 2015-05-28
Data de Publicação 2015-05-28
Desenvolvedor wmjbyatt
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}