Rick and Morty-ify Reddit Upvotes
Plays Rick and Morty audio for upvotes and downvote clicks.
Wat is Rick and Morty-ify Reddit Upvotes?
Rick and Morty-ify Reddit Upvotes is een Chrome-extensie ontwikkeld door Ed, en de belangrijkste functie is "Plays Rick and Morty audio for upvotes and downvote clicks.".
Download het CRX-bestand van de extensie Rick and Morty-ify Reddit Upvotes
Download Rick and Morty-ify Reddit Upvotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Plays audio from the "Rick and Morty" episode "Get Schwifty" when you click the upvote/downvote button on Reddit.
Basisinformatie over de Extensie
Naam | Rick and Morty-ify Reddit Upvotes |
ID | agemnnfdlcddlocagnalijgfahhannca |
Officiële URL | https://chromewebstore.google.com/detail/rick-and-morty-ify-reddit/agemnnfdlcddlocagnalijgfahhannca |
Beschrijving | Plays Rick and Morty audio for upvotes and downvote clicks. |
Bestandsgrootte | 28.15 KB |
Aantal Installaties | 342 |
Huidige Versie | 1.1.0 Doofus Rick |
Laatst Bijgewerkt | 2016-02-07 |
Publicatiedatum | 2016-02-07 |
Beoordeling | 4.22/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Ed |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ed-flanagan/UpvoteWhatYouGot |
Ondersteunde Talen | 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" ] } ] } |