Oddshot to Youtube on Reddit
Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
Oddshot to Youtube on Redditคืออะไร?
Oddshot to Youtube on Reddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tmarc666 และคุณลักษณะหลักของมันคือ "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oddshot to Youtube on Reddit
ดาวน์โหลดไฟล์ส่วนขยาย Oddshot to Youtube on Reddit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Oddshot to Youtube on Reddit |
ID | bjgbiggjemblnceibgagelajlkianbkm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm |
คำอธิบาย | Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented. |
ขนาดไฟล์ | 91.94 KB |
จำนวนการติดตั้ง | 218 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2016-02-18 |
วันที่เผยแพร่ | 2016-02-17 |
คะแนน | 4.75/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | tmarc666 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } ] } |