Reddit Clacks Overhead
Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts
¿Qué es Reddit Clacks Overhead?
Reddit Clacks Overhead es una extensión de Chrome desarrollada por wmjbyatt, y su función principal es "Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts".
Descargar Archivo CRX de la Extensión Reddit Clacks Overhead
Descarga archivos de extensión Reddit Clacks Overhead en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ![]() |
ID | nnkgonennomnkgffgadkldjahmmlfdkk |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-clacks-overhead/nnkgonennomnkgffgadkldjahmmlfdkk |
Descripción | Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts |
Tamaño del Archivo | 37.41 KB |
Cantidad de Instalaciones | 17 |
Versión Actual | 0.3 |
Última Actualización | 2015-05-28 |
Fecha de Publicación | 2015-05-28 |
Desarrollador | wmjbyatt |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |