Oddshot to Youtube on Reddit
Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
¿Qué es Oddshot to Youtube on Reddit?
Oddshot to Youtube on Reddit es una extensión de Chrome desarrollada por tmarc666, y su función principal es "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Oddshot to Youtube on Reddit
Descarga archivos de extensión Oddshot to Youtube on Reddit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Oddshot to Youtube on Reddit |
ID | bjgbiggjemblnceibgagelajlkianbkm |
URL Oficial | https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm |
Descripción | Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented. |
Tamaño del Archivo | 91.94 KB |
Cantidad de Instalaciones | 218 |
Versión Actual | 1.4 |
Última Actualización | 2016-02-18 |
Fecha de Publicación | 2016-02-17 |
Calificación | 4.75/5 Total de 16 Calificaciones |
Desarrollador | tmarc666 |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |