Rick and Morty-ify Reddit Upvotes

Plays Rick and Morty audio for upvotes and downvote clicks.

Qu'est-ce que Rick and Morty-ify Reddit Upvotes ?

Rick and Morty-ify Reddit Upvotes est une extension Chrome développée par Ed, et sa fonction principale est "Plays Rick and Morty audio for upvotes and downvote clicks.".

Télécharger le fichier CRX de l'extension Rick and Morty-ify Reddit Upvotes

Téléchargez les fichiers d'extension Rick and Morty-ify Reddit Upvotes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Rick and Morty-ify Reddit Upvotes Rick and Morty-ify Reddit Upvotes
ID agemnnfdlcddlocagnalijgfahhannca
URL Officiel https://chromewebstore.google.com/detail/rick-and-morty-ify-reddit/agemnnfdlcddlocagnalijgfahhannca
Description Plays Rick and Morty audio for upvotes and downvote clicks.
Taille du Fichier 28.15 KB
Nombre d'Installations 342
Version Actuelle 1.1.0 Doofus Rick
Dernière Mise à Jour 2016-02-07
Date de Publication 2016-02-07
Évaluation 4.22/5 Total 9 Évaluations
Développeur Ed
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ed-flanagan/UpvoteWhatYouGot
Langues Prises en Charge 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"
            ]
        }
    ]
}