Reddit Video Linker

Get the direct link to a video on reddit

Reddit Video Linker क्या है?

Reddit Video Linker soph-iest द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the direct link to a video on reddit"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit Video Linker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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
}