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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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