Oddshot to Youtube on Reddit
Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
Apa itu Oddshot to Youtube on Reddit?
Oddshot to Youtube on Reddit adalah ekstensi Chrome yang dikembangkan oleh tmarc666, dan fitur utamanya adalah "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Oddshot to Youtube on Reddit
Unduh file ekstensi Oddshot to Youtube on Reddit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Oddshot to Youtube on Reddit |
ID | bjgbiggjemblnceibgagelajlkianbkm |
URL Resmi | https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm |
Deskripsi | Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented. |
Ukuran File | 91.94 KB |
Jumlah Instalasi | 218 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2016-02-18 |
Tanggal Publikasi | 2016-02-17 |
Penilaian | 4.75/5 Total 16 Penilaian |
Pengembang | tmarc666 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |