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.                    

擴展基本資訊

名稱 Reddit Clacks Overhead Reddit Clacks Overhead
ID nnkgonennomnkgffgadkldjahmmlfdkk
官方網址 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"
            ]
        }
    ]
}