V.Reddit To Gfycat
Upload v.reddit videos to Gfycat
Was ist V.Reddit To Gfycat?
V.Reddit To Gfycat ist eine Chrome-Erweiterung, die von jake.adrian.m entwickelt wurde, und ihr Hauptmerkmal ist "Upload v.reddit videos to Gfycat".
Erweiterungsscreenshots
V.Reddit To Gfycat-Erweiterungs-CRX-Datei herunterladen
Laden Sie V.Reddit To Gfycat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cjnkhmiiilaonkemdjapemckjckonaea |
| Offizielle URL | https://chromewebstore.google.com/detail/vreddit-to-gfycat/cjnkhmiiilaonkemdjapemckjckonaea |
| Beschreibung | Upload v.reddit videos to Gfycat |
| Dateigröße | 25.38 KB |
| Installationsanzahl | 22 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2019-02-08 |
| Veröffentlichungsdatum | 2019-02-07 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | jake.adrian.m |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |