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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |