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开发的Chrome扩展程序,该扩展的主要功能是“Build an Extension to download Reddit Video with Audio, Gif, Photo ...”。

扩展截图

screenshot

下载Reddit Video Downloader - DotPlays.com扩展crx文件

下载Reddit Video Downloader - DotPlays.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
            ]
        }
    ]
}