Reddit Video Downloader - DotPlays.com

Build an Extension to download Reddit Video with Audio, Gif, Photo ...

Reddit Video Downloader - DotPlays.com क्या है?

Reddit Video Downloader - DotPlays.com https://dotplays.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build an Extension to download Reddit Video with Audio, Gif, Photo ..."।

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

screenshot

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

crx प्रारूप में Reddit Video Downloader - DotPlays.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Download Reddit Video with Sound, Gif, Image 
Reddit post downloader with 1 CLICK and 100% Free
Yes, You can use link which you copy from Reddit website or mobile app
Where are videos saved after being downloaded?
When you're downloading files, they are usually saved into whatever folder you have set as your default. Your browser normally sets this folder for you. In browser settings, you can change and choose manually then destination folder for your downloaded Reddit videos.

Does the website store downloaded videos or keep a copy of videos?
dotPLAYS.com doesn't store videos, neither do i keep copies of downloaded videos. All videos are hosted on Reddit's servers. Also, i don't keep track of the download histories of our users, thus making using dotPLAYS.com totally anonymous.                    

एक्सटेंशन की मूल जानकारी

नाम Reddit Video Downloader - DotPlays.com Reddit Video Downloader - DotPlays.com
ID imokfkfiiedcniaekafpjdbmcgdfedbm
आधिकारिक URL https://chromewebstore.google.com/detail/reddit-video-downloader-d/imokfkfiiedcniaekafpjdbmcgdfedbm
विवरण Build an Extension to download Reddit Video with Audio, Gif, Photo ...
फ़ाइल का आकार 270 KB
स्थापना संख्या 28
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-11-06
प्रकाशन तिथि 2023-01-18
डेवलपर https://dotplays.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dotplays.com
सहायता पृष्ठ URL https://t.me/+6qZwcIfU1pU1YThl
गोपनीयता नीति पृष्ठ URL https://dotsave.app/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "action": {
        "default_popup": "popup.html",
        "default_icon ": {
            "128": "icons\/128tt.png",
            "16": "icons\/16tt.png",
            "64": "icons\/64tt.png",
            "48": "icons\/48tt.png"
        },
        "default_title": "Video Downloader for Reddit - DotPlays.com"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/r\/*\/comments\/*\/*"
            ],
            "css": [
                "linkstyle.css"
            ],
            "run_at": "document_idle",
            "js": [
                "linkadderspecific.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "css": [
                "linkstyle.css"
            ],
            "run_at": "document_idle",
            "js": [
                "linkadder.js"
            ]
        }
    ],
    "description": "Build an Extension to download Reddit Video with Audio, Gif, Photo ...",
    "host_permissions": [
        "https:\/\/www.reddit.com\/*"
    ],
    "icons": {
        "128": "icons\/128tt.png",
        "16": "icons\/16tt.png",
        "48": "icons\/48tt.png",
        "64": "icons\/64tt.png"
    },
    "manifest_version": 3,
    "name": "Reddit Video Downloader - DotPlays.com",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "web_accessible_resources": [
        {
            "resources": [
                "xrpa-data-module\/*"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.aliyuncs.com\/*"
            ]
        }
    ]
}