Reddit Clacks Overhead

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

Cos'è Reddit Clacks Overhead?

Reddit Clacks Overhead è un'estensione di Chrome sviluppata da wmjbyatt, e la sua funzione principale è "Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts".

Scarica il file CRX dell'estensione Reddit Clacks Overhead

Scarica i file di estensione Reddit Clacks Overhead in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reddit Clacks Overhead Reddit Clacks Overhead
ID nnkgonennomnkgffgadkldjahmmlfdkk
URL Ufficiale https://chrome.google.com/webstore/detail/reddit-clacks-overhead/nnkgonennomnkgffgadkldjahmmlfdkk
Descrizione Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts
Dimensione del File 37.41 KB
Conteggio Installazioni 17
Versione Corrente 0.3
Ultimo Aggiornamento 2015-05-28
Data di Pubblicazione 2015-05-28
Sviluppatore wmjbyatt
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}