Reddit Clacks Overhead
Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts
Was ist Reddit Clacks Overhead?
Reddit Clacks Overhead ist eine Chrome-Erweiterung, die von wmjbyatt entwickelt wurde, und ihr Hauptmerkmal ist "Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts".
Reddit Clacks Overhead-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reddit Clacks Overhead-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | nnkgonennomnkgffgadkldjahmmlfdkk |
Offizielle URL | https://chrome.google.com/webstore/detail/reddit-clacks-overhead/nnkgonennomnkgffgadkldjahmmlfdkk |
Beschreibung | Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts |
Dateigröße | 37.41 KB |
Installationsanzahl | 17 |
Aktuelle Version | 0.3 |
Letztes Update | 2015-05-28 |
Veröffentlichungsdatum | 2015-05-28 |
Entwickler | wmjbyatt |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |