Feature #88672
MyJDownloader Extension: Add links with additional properties
Status: | New | Start date: | 08/10/2020 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | - | |||
Target version: | - | |||
Resolution: |
Description
When adding links the extension sends at least the following information:
{
"links":"https://9gag.com/gag/awB3b1W",
"sourceUrl":"https://9gag.com/gag/awB3b1W"
}
Additional information like page title, referrers or cookies (optionally) should be included if available.
Example use case: Page title as package name.
Could be implemented using extension UI ("Use page title as package name" checkbox) or via packagizer rules.