Updoot for Reddit
Shortcuts, mods and tools for browsing the front page of the internet.
What is Updoot for Reddit?
Updoot for Reddit is a Chrome extension developed by Jake Bown, and its main feature is "Shortcuts, mods and tools for browsing the front page of the internet.".
Extension Screenshots
Download Updoot for Reddit Extension CRX File
Download Updoot for Reddit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Updoot enables shortcuts, modifications and tools for browsing Reddit, the front page of the internet. Here are the shortcuts for Updoot: SHIFT + S = Search SHIFT + L = Login/Logout SHIFT + F = Frontpage SHIFT + C = Comment SHIFT + I = Goto Inbox SHIFT + K = Temporarily change Karma score SHIFT + D = Change all images on page to Dickbutts SHIFT + X = Dyslexic Mode SHIFT + Q = All font is Comic Sans SHIFT + H = Hide Subreddit SHIFT + P = New Post SHIFT + U = Search User SHIFT + R = Goto Subreddit SHIFT + Up Arrow Key = Upvote SHIFT + Down Arrow Key = Downvote SHIFT + Right Arrow Key = Next Page SHIFT + Left Arrow Key = Previous Page SHIFT + M = Compose Message SHIFT + A = Goto Author Account (@jakobitz) If you want to request a mod, shortcut or tool for Updoot, contact me on Reddit @jakobitz
Extension Basic Information
Name | Updoot for Reddit |
ID | jokmajdmmomojfbejghimcklehlmmoji |
Official URL | https://chromewebstore.google.com/detail/updoot-for-reddit/jokmajdmmomojfbejghimcklehlmmoji |
Description | Shortcuts, mods and tools for browsing the front page of the internet. |
File Size | 99.84 KB |
Installation Count | 16 |
Current Version | 1.1.1 |
Last Updated | 2015-11-19 |
Publish Date | 2015-11-18 |
Developer | Jake Bown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Updoot for Reddit", "manifest_version": 2, "version": "1.1.1", "background": { "page": "background.html" }, "description": "Shortcuts, mods and tools for browsing the front page of the internet.", "browser_action": { "name": "Updoot for Reddit", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "doot.css" ] } ] } |