Reddit Clacks Overhead
Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts
Apa itu Reddit Clacks Overhead?
Reddit Clacks Overhead adalah ekstensi Chrome yang dikembangkan oleh wmjbyatt, dan fitur utamanya adalah "Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts".
Unduh Berkas CRX Ekstensi Reddit Clacks Overhead
Unduh file ekstensi Reddit Clacks Overhead dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | nnkgonennomnkgffgadkldjahmmlfdkk |
URL Resmi | https://chrome.google.com/webstore/detail/reddit-clacks-overhead/nnkgonennomnkgffgadkldjahmmlfdkk |
Deskripsi | Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts |
Ukuran File | 37.41 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2015-05-28 |
Tanggal Publikasi | 2015-05-28 |
Pengembang | wmjbyatt |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |