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".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Reddit Video Linker

قم بتنزيل ملفات الامتداد Reddit Video Linker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Reddit Video Linker Reddit Video Linker
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
عنوان صفحة المساعدة https://github.com/amity/reddit-video-extractor
عنوان صفحة سياسة الخصوصية 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
}