Reddit Video URL Grabber

Automatically finds direct URLs to Reddit videos

Reddit Video URL Grabberคืออะไร?

Reddit Video URL Grabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sean Pesce และคุณลักษณะหลักของมันคือ "Automatically finds direct URLs to Reddit videos"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Video URL Grabber

ดาวน์โหลดไฟล์ส่วนขยาย Reddit Video URL Grabber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Automatically finds direct URLs to Reddit videos (v.redd.it), so the user can link directly to the video (without being redirected to the Reddit comments).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reddit Video URL Grabber Reddit Video URL Grabber
ID plpdigadhhbhmljndnmeipfjfohhcjad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad
คำอธิบาย Automatically finds direct URLs to Reddit videos
ขนาดไฟล์ 12.46 KB
จำนวนการติดตั้ง 730
เวอร์ชันปัจจุบัน 2018.04.23.2
อัปเดตครั้งล่าสุด 2018-04-24
วันที่เผยแพร่ 2018-04-23
คะแนน 2.67/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Sean Pesce
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/SeanPesce/Reddit-Video-URL-Grabber
URL หน้าช่วยเหลือ https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Video URL Grabber",
    "version": "2018.04.23.2",
    "description": "Automatically finds direct URLs to Reddit videos",
    "author": "Sean Pesce",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "RedditVideoURL.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "24": "images\/icons\/download\/ic_file_download_blue_dark_24dp_mdpi.png",
            "36": "images\/icons\/download\/ic_file_download_blue_dark_24dp_hdpi.png",
            "48": "images\/icons\/download\/ic_file_download_blue_dark_24dp_xhdpi.png",
            "72": "images\/icons\/download\/ic_file_download_blue_dark_24dp_xxhdpi.png",
            "96": "images\/icons\/download\/ic_file_download_blue_dark_24dp_xxxhdpi.png"
        }
    },
    "icons": {
        "24": "images\/icons\/download\/ic_file_download_blue_dark_24dp_mdpi.png",
        "36": "images\/icons\/download\/ic_file_download_blue_dark_24dp_hdpi.png",
        "48": "images\/icons\/download\/ic_file_download_blue_dark_24dp_xhdpi.png",
        "72": "images\/icons\/download\/ic_file_download_blue_dark_24dp_xxhdpi.png",
        "96": "images\/icons\/download\/ic_file_download_blue_dark_24dp_xxxhdpi.png"
    },
    "manifest_version": 2
}