Rick and Morty-ify Reddit Upvotes

Plays Rick and Morty audio for upvotes and downvote clicks.

Was ist Rick and Morty-ify Reddit Upvotes?

Rick and Morty-ify Reddit Upvotes ist eine Chrome-Erweiterung, die von Ed entwickelt wurde, und ihr Hauptmerkmal ist "Plays Rick and Morty audio for upvotes and downvote clicks.".

Rick and Morty-ify Reddit Upvotes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rick and Morty-ify Reddit Upvotes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Rick and Morty-ify Reddit Upvotes Rick and Morty-ify Reddit Upvotes
ID agemnnfdlcddlocagnalijgfahhannca
Offizielle URL https://chromewebstore.google.com/detail/rick-and-morty-ify-reddit/agemnnfdlcddlocagnalijgfahhannca
Beschreibung Plays Rick and Morty audio for upvotes and downvote clicks.
Dateigröße 28.15 KB
Installationsanzahl 342
Aktuelle Version 1.1.0 Doofus Rick
Letztes Update 2016-02-07
Veröffentlichungsdatum 2016-02-07
Bewertung 4.22/5 Insgesamt 9 Bewertungen
Entwickler Ed
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ed-flanagan/UpvoteWhatYouGot
Unterstützte Sprachen 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"
            ]
        }
    ]
}