Rick and Morty-ify Reddit Upvotes

Plays Rick and Morty audio for upvotes and downvote clicks.

Co to jest Rick and Morty-ify Reddit Upvotes?

Rick and Morty-ify Reddit Upvotes to rozszerzenie Chrome opracowane przez Ed, a jego główną funkcją jest „Plays Rick and Morty audio for upvotes and downvote clicks.”.

Pobierz plik CRX rozszerzenia Rick and Morty-ify Reddit Upvotes

Pobierz pliki rozszerzeń Rick and Morty-ify Reddit Upvotes 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

                        Plays audio from the "Rick and Morty" episode "Get Schwifty" when you click the upvote/downvote button on Reddit.                    

Podstawowe informacje o rozszerzeniu

Nazwa Rick and Morty-ify Reddit Upvotes Rick and Morty-ify Reddit Upvotes
ID agemnnfdlcddlocagnalijgfahhannca
Oficjalny URL https://chromewebstore.google.com/detail/rick-and-morty-ify-reddit/agemnnfdlcddlocagnalijgfahhannca
Opis Plays Rick and Morty audio for upvotes and downvote clicks.
Rozmiar pliku 28.15 KB
Liczba instalacji 342
Aktualna Wersja 1.1.0 Doofus Rick
Ostatnia Aktualizacja 2016-02-07
Data Publikacji 2016-02-07
Ocena 4.22/5 Łącznie 9 Oceny
Deweloper Ed
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ed-flanagan/UpvoteWhatYouGot
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rick and Morty-ify Reddit Upvotes",
    "short_name": "Boo not cool",
    "description": "Plays Rick and Morty audio for upvotes and downvote clicks.",
    "version": "1.1.0",
    "version_name": "1.1.0 Doofus Rick",
    "homepage_url": "https:\/\/github.com\/ed-flanagan\/UpvoteWhatYouGot",
    "author": "Ed Flanagan",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "offline_enabled": false,
    "permissions": [
        "http:\/\/www.reddit.com\/*",
        "https:\/\/www.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/*",
                "https:\/\/www.reddit.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "vote.js"
            ]
        }
    ]
}