Oddshot to Youtube on Reddit
Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
Was ist Oddshot to Youtube on Reddit?
Oddshot to Youtube on Reddit ist eine Chrome-Erweiterung, die von tmarc666 entwickelt wurde, und ihr Hauptmerkmal ist "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".
Erweiterungsscreenshots
Oddshot to Youtube on Reddit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Oddshot to Youtube on Reddit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Oddshot to Youtube on Reddit |
ID | bjgbiggjemblnceibgagelajlkianbkm |
Offizielle URL | https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm |
Beschreibung | Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented. |
Dateigröße | 91.94 KB |
Installationsanzahl | 218 |
Aktuelle Version | 1.4 |
Letztes Update | 2016-02-18 |
Veröffentlichungsdatum | 2016-02-17 |
Bewertung | 4.75/5 Insgesamt 16 Bewertungen |
Entwickler | tmarc666 |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |