Oddshot to Youtube on Reddit
Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
Qu'est-ce que Oddshot to Youtube on Reddit ?
Oddshot to Youtube on Reddit est une extension Chrome développée par tmarc666, et sa fonction principale est "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Oddshot to Youtube on Reddit
Téléchargez les fichiers d'extension Oddshot to Youtube on Reddit 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
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.
Informations de Base sur l'Extension
Nom | Oddshot to Youtube on Reddit |
ID | bjgbiggjemblnceibgagelajlkianbkm |
URL Officiel | 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. |
Taille du Fichier | 91.94 KB |
Nombre d'Installations | 218 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2016-02-18 |
Date de Publication | 2016-02-17 |
Évaluation | 4.75/5 Total 16 Évaluations |
Développeur | tmarc666 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |