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" ] } ] } |