V.Reddit To Gfycat
Upload v.reddit videos to Gfycat
What is V.Reddit To Gfycat?
V.Reddit To Gfycat is a Chrome extension developed by jake.adrian.m, and its main feature is "Upload v.reddit videos to Gfycat".
Extension Screenshots
Download V.Reddit To Gfycat Extension CRX File
Download V.Reddit To Gfycat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | V.Reddit To Gfycat |
ID | cjnkhmiiilaonkemdjapemckjckonaea |
Official URL | https://chromewebstore.google.com/detail/vreddit-to-gfycat/cjnkhmiiilaonkemdjapemckjckonaea |
Description | Upload v.reddit videos to Gfycat |
File Size | 25.38 KB |
Installation Count | 22 |
Current Version | 1.2 |
Last Updated | 2019-02-08 |
Publish Date | 2019-02-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jake.adrian.m |
Payment Type | free |
Supported Languages | 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 } |