Reddit Clacks Overhead

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

Co to jest Reddit Clacks Overhead?

Reddit Clacks Overhead to rozszerzenie Chrome opracowane przez wmjbyatt, a jego główną funkcją jest „Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts”.

Pobierz plik CRX rozszerzenia Reddit Clacks Overhead

Pobierz pliki rozszerzeń Reddit Clacks Overhead w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Clacks Overhead Reddit Clacks Overhead
ID nnkgonennomnkgffgadkldjahmmlfdkk
Oficjalny URL https://chrome.google.com/webstore/detail/reddit-clacks-overhead/nnkgonennomnkgffgadkldjahmmlfdkk
Opis Adds 'GNU Terry Pratchett' to any textbox submitted, including comments and self posts
Rozmiar pliku 37.41 KB
Liczba instalacji 17
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2015-05-28
Data Publikacji 2015-05-28
Deweloper wmjbyatt
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}