Reddit Clacks Overhead

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

Qu'est-ce que Reddit Clacks Overhead ?

Reddit Clacks Overhead est une extension Chrome développée par wmjbyatt, et sa fonction principale est "Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts".

Télécharger le fichier CRX de l'extension Reddit Clacks Overhead

Téléchargez les fichiers d'extension Reddit Clacks Overhead au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Reddit Clacks Overhead Reddit Clacks Overhead
ID nnkgonennomnkgffgadkldjahmmlfdkk
URL Officiel https://chrome.google.com/webstore/detail/reddit-clacks-overhead/nnkgonennomnkgffgadkldjahmmlfdkk
Description Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts
Taille du Fichier 37.41 KB
Nombre d'Installations 17
Version Actuelle 0.3
Dernière Mise à Jour 2015-05-28
Date de Publication 2015-05-28
Développeur wmjbyatt
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}