Inspect and view changes in GetLink source codes across current and past versions
Vidego - Universal Video Downloader →
Please login to examine the extension's source code.
manifest.json
{
"author": "Rafael Prenholato <rprenhol@gmail.com>",
"description": "Simple Vimeo link capture from embeded pages.",
"manifest_version": 2,
"name": "GetLink",
"homepage_url": "https://github.com/rprenhol/getlink",
"version": "2.3",
"icons": {
"48": "icon/48.png",
"92": "icon/92.png"
},
"permissions": [
"tabs",
"activeTab",
"storage",
"clipboardWrite"
],
"web_accessible_resources": [
"icon/*"
],
"options_ui": {
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/player.js",
"getlink.js"
],
"css": [
"css/main.css"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon/16.png",
"32": "icon/32.png"
}
}
} Best GetLink Alternatives
Here are some Firefox add-ons that are similar to GetLink:
Vimeo Video Clipper
vimeo-video-clipper
Video Embedder Tool
Dimo Saurina
YouTube Link Extractor
Rion Islam
VimDlHelper
DomX
Awesome Vimeo Downloader
pbion.com
LinkTube
sebaro
Youtube embed link
boris
YouTube Embed Link Modifier
Schockgeber
Media Library URL Grabber
Firefox user 14167253