Reddit Clacks Overhead
Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts
Reddit Clacks Overheadคืออะไร?
Reddit Clacks Overhead เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wmjbyatt และคุณลักษณะหลักของมันคือ "Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Clacks Overhead
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |