Oddshot to Youtube on Reddit
Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
What is Oddshot to Youtube on Reddit?
Oddshot to Youtube on Reddit is a Chrome extension developed by tmarc666, and its main feature is "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".
Extension Screenshots
Download Oddshot to Youtube on Reddit Extension CRX File
Download Oddshot to Youtube on 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
This extension will modify Oddshot urls to be Youtube urls if the Oddshot Bot commented in the comment section(top section) on Reddit. Added caching, use of the Oddshotbot api, Expandos, and the original oddshot link.
Extension Basic Information
Name | Oddshot to Youtube on Reddit |
ID | bjgbiggjemblnceibgagelajlkianbkm |
Official URL | https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm |
Description | Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented. |
File Size | 91.94 KB |
Installation Count | 218 |
Current Version | 1.4 |
Last Updated | 2016-02-18 |
Publish Date | 2016-02-17 |
Rating | 4.75/5 Total 16 Ratings |
Developer | tmarc666 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oddshot to Youtube on Reddit", "description": "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.", "version": "1.4", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "images\/icon.png", "default_title": "Oddshot->Youtube" }, "permissions": [ "declarativeContent" ], "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "js": [ "jquery.js", "lscache.js", "myscript.js" ] } ] } |