Reddit Clacks Overhead
Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts
什么是Reddit Clacks Overhead?
Reddit Clacks Overhead是由wmjbyatt开发的Chrome扩展程序,该扩展的主要功能是“Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts”。
下载Reddit Clacks Overhead扩展crx文件
下载Reddit Clacks Overhead扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ![]() |
ID | nnkgonennomnkgffgadkldjahmmlfdkk |
官方URL | https://chrome.google.com/webstore/detail/reddit-clacks-overhead/nnkgonennomnkgffgadkldjahmmlfdkk |
简介 | Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts |
文件大小 | 37.41 KB |
安装次数 | 17 |
当前版本 | 0.3 |
更新时间 | 2015-05-28 |
上架时间 | 2015-05-28 |
开发者 | wmjbyatt |
付费类型 | free |
支持的语言 | 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" ] } ] } |