Reddit Video URL Grabber

Automatically finds direct URLs to Reddit videos

O que é Reddit Video URL Grabber?

Reddit Video URL Grabber é uma extensão do Chrome desenvolvida por Sean Pesce, e sua principal característica é "Automatically finds direct URLs to Reddit videos".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reddit Video URL Grabber

Baixe arquivos de extensão Reddit Video URL Grabber no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Reddit Video URL Grabber Reddit Video URL Grabber
ID plpdigadhhbhmljndnmeipfjfohhcjad
URL Oficial https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad
Descrição Automatically finds direct URLs to Reddit videos
Tamanho do Arquivo 12.46 KB
Contagem de Instalações 730
Versão Atual 2018.04.23.2
Última Atualização 2018-04-24
Data de Publicação 2018-04-23
Classificação 2.67/5 Total de 15 Avaliações
Desenvolvedor Sean Pesce
Tipo de Pagamento free
Site da Extensão https://github.com/SeanPesce/Reddit-Video-URL-Grabber
URL da Página de Ajuda https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing
Idiomas Suportados 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
}