Reddit Clacks Overhead
Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts
Hvad er Reddit Clacks Overhead?
Reddit Clacks Overhead er en Chrome-udvidelse udviklet af wmjbyatt, og dens hovedfunktion er "Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts".
Download Reddit Clacks Overhead-udvidelses-CRX-fil
Download Reddit Clacks Overhead-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | nnkgonennomnkgffgadkldjahmmlfdkk |
Officiel URL | https://chrome.google.com/webstore/detail/reddit-clacks-overhead/nnkgonennomnkgffgadkldjahmmlfdkk |
Beskrivelse | Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts |
Filstørrelse | 37.41 KB |
Antal Installationer | 17 |
Nuværende Version | 0.3 |
Senest Opdateret | 2015-05-28 |
Udgivelsesdato | 2015-05-28 |
Udvikler | wmjbyatt |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |