Oddshot to Youtube on Reddit
Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
Co to jest Oddshot to Youtube on Reddit?
Oddshot to Youtube on Reddit to rozszerzenie Chrome opracowane przez tmarc666, a jego główną funkcją jest „Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Oddshot to Youtube on Reddit
Pobierz pliki rozszerzeń Oddshot to Youtube on Reddit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Oddshot to Youtube on Reddit |
ID | bjgbiggjemblnceibgagelajlkianbkm |
Oficjalny URL | https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm |
Opis | Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented. |
Rozmiar pliku | 91.94 KB |
Liczba instalacji | 218 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2016-02-18 |
Data Publikacji | 2016-02-17 |
Ocena | 4.75/5 Łącznie 16 Oceny |
Deweloper | tmarc666 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |