By: xy
Inspect and view changes in cURL Builder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "cURL Builder",
"version": "1.0.0",
"description": "Detects video/audio sources and builds a ready-to-run cURL command.",
"browser_action": {
"default_popup": "popup.html",
"default_title": "Build cURL"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "curl-builder@example.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
],
"granted": [
"none"
]
}
}
}
} Best cURL Builder Alternatives
Here are some Firefox add-ons that are similar to cURL Builder:
PHP Network Recorder
TAW
Command Generator
Sapphire Shaw
Full Curl Copy
Danya
Fetch Video Downloader
Hope
GETCURL.APP
GETCURL.APP
Video Stream Command Generator
chris
lists downloadable HTML5
mediadownloader
lists downloadable HTML5
media-downloader
Media Library URL Grabber
Firefox user 14167253