V.Reddit To Gfycat
Upload v.reddit videos to Gfycat
Cos'è V.Reddit To Gfycat?
V.Reddit To Gfycat è un'estensione di Chrome sviluppata da jake.adrian.m, e la sua funzione principale è "Upload v.reddit videos to Gfycat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione V.Reddit To Gfycat
Scarica i file di estensione V.Reddit To Gfycat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | cjnkhmiiilaonkemdjapemckjckonaea |
| URL Ufficiale | https://chromewebstore.google.com/detail/vreddit-to-gfycat/cjnkhmiiilaonkemdjapemckjckonaea |
| Descrizione | Upload v.reddit videos to Gfycat |
| Dimensione del File | 25.38 KB |
| Conteggio Installazioni | 22 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2019-02-08 |
| Data di Pubblicazione | 2019-02-07 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | jake.adrian.m |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |