Reddit Clacks Overhead

Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts

Reddit Clacks Overhead क्या है?

Reddit Clacks Overhead wmjbyatt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit Clacks Overhead एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Reddit Clacks Overhead Reddit Clacks Overhead
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"
            ]
        }
    ]
}