Reddit Clacks Overhead
Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts
Reddit Clacks Overhead là gì?
Reddit Clacks Overhead là một tiện ích mở rộng Chrome được phát triển bởi wmjbyatt, và tính năng chính của nó là "Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts".
Tải xuống tệp CRX của tiện ích mở rộng Reddit Clacks Overhead
Tải xuống các tệp mở rộng Reddit Clacks Overhead dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | nnkgonennomnkgffgadkldjahmmlfdkk |
URL Chính Thức | https://chrome.google.com/webstore/detail/reddit-clacks-overhead/nnkgonennomnkgffgadkldjahmmlfdkk |
Mô tả | Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts |
Kích Thước Tệp | 37.41 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2015-05-28 |
Ngày Phát Hành | 2015-05-28 |
Nhà Phát Triển | wmjbyatt |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |