V.Reddit To Gfycat

Upload v.reddit videos to Gfycat

Wat is V.Reddit To Gfycat?

V.Reddit To Gfycat is een Chrome-extensie ontwikkeld door jake.adrian.m, en de belangrijkste functie is "Upload v.reddit videos to Gfycat".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie V.Reddit To Gfycat

Download V.Reddit To Gfycat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam V.Reddit To Gfycat V.Reddit To Gfycat
ID cjnkhmiiilaonkemdjapemckjckonaea
Officiële URL https://chromewebstore.google.com/detail/vreddit-to-gfycat/cjnkhmiiilaonkemdjapemckjckonaea
Beschrijving Upload v.reddit videos to Gfycat
Bestandsgrootte 25.38 KB
Aantal Installaties 22
Huidige Versie 1.2
Laatst Bijgewerkt 2019-02-08
Publicatiedatum 2019-02-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jake.adrian.m
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "V.Reddit To Gfycat",
    "version": "1.2",
    "description": "Upload v.reddit videos to Gfycat",
    "icons": {
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "manifest_version": 2
}