Reddit Video Linker
Get the direct link to a video on reddit
Reddit Video Linkerคืออะไร?
Reddit Video Linker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย soph-iest และคุณลักษณะหลักของมันคือ "Get the direct link to a video on reddit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Video Linker
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Video Linker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension that adds a button to the context menu (right-click) on reddit to directly link to a video hosted by reddit at v.redd.it. To use it, right click on the full link to a post (from the main page, this is the link saying "54 comments", or whatever number), and click "Get direct video link." A dialog will pop up allowing you to copy it directly.
Does not support videos with sound, this is only for GIFs hosted by reddit. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | aghbmllinmgnlpeciabalfllehijahnp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reddit-video-linker/aghbmllinmgnlpeciabalfllehijahnp |
| คำอธิบาย | Get the direct link to a video on reddit |
| ขนาดไฟล์ | 51.25 KB |
| จำนวนการติดตั้ง | 1,822 |
| เวอร์ชันปัจจุบัน | 1.0.1 |
| อัปเดตครั้งล่าสุด | 2021-12-11 |
| วันที่เผยแพร่ | 2020-01-05 |
| คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | soph-iest |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/amity/reddit-video-extractor |
| URL หน้าช่วยเหลือ | https://github.com/amity/reddit-video-extractor |
| URL หน้านโยบายความเป็นส่วนตัว | https://github.com/soph-iest/gender-neutralize |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reddit Video Linker",
"short_name": "vreddit-extension",
"version": "1.0.1",
"author": "Sophie Debs",
"permissions": [
"contextMenus",
"*:\/\/reddit.com\/*"
],
"background": {
"scripts": [
"main.js"
]
},
"description": "Get the direct link to a video on reddit",
"icons": {
"128": "img\/icon128.png",
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png"
},
"manifest_version": 2
} | |