Oddshot to Youtube on Reddit
Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
Oddshot to Youtube on Reddit là gì?
Oddshot to Youtube on Reddit là một tiện ích mở rộng Chrome được phát triển bởi tmarc666, và tính năng chính của nó là "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Oddshot to Youtube on Reddit
Tải xuống các tệp mở rộng Oddshot to Youtube on Reddit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Oddshot to Youtube on Reddit |
ID | bjgbiggjemblnceibgagelajlkianbkm |
URL Chính Thức | https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm |
Mô tả | Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented. |
Kích Thước Tệp | 91.94 KB |
Số Lần Cài Đặt | 218 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2016-02-18 |
Ngày Phát Hành | 2016-02-17 |
Đánh Giá | 4.75/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | tmarc666 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |