FAKKU Metadata JSON Downloader

Adds a button that generates info.json metadata

Author
TeeXX
Daily installs
0
Total installs
26
Ratings
0 0 0
Version
1.2
Created
2022-08-21
Updated
2022-08-21
Compatibility
Compatible with Firefox Compatible with Chrome Compatible with Edge
License
GPL-3.0-only
Applies to

FAKKU Metadata Downloader

Script that allows you to easily generate JSON metadata file from FAKKU doujin/hentai just by one click!

Source code - Report an issue, contribute - Greasy Fork


Button generates and downloads json file like this (example below)

all tags can be found here

{
  "URL": "url",
  "Title": "string",
  "Artist": "string",
  "Parody": "stringk",
  "Magazine": "string",
  "Publisher": "string",
  "Language": "string",
  "Pages": 123,
  "Favourites": 123,
  "Description": "string",
  "Tags": [
    "string",
    "string"
  ],
  "Thumb": "url",
  "Related": [
    "url",
    "url"
  ],
  "Released": "YYYY-MM-DD HH:mm:ss UTC"
}


generated example from Bubbling Over

{
  "URL": "https://www.fakku.net/hentai/bubbling-over-english",
  "Title": "Bubbling Over",
  "Artist": "Fujimaru",
  "Parody": "Original Work",
  "Magazine": "Comic Kairakuten 2022-09",
  "Publisher": "FAKKU",
  "Language": "English",
  "Pages": 20,
  "Favourites": 489,
  "Description": "Long have they endured...now, they're finally ready.",
  "Tags": [
    "unlimited",
    "bathroom",
    "blowjob",
    "busty",
    "creampie",
    "cunnilingus",
    "glasses",
    "heart pupils",
    "hentai",
    "muscles",
    "short hair",
    "sixty-nine",
    "uncensored",
    "vanilla",
    "x-ray"
  ],
  "Thumb": "https://t.fakku.net/images/manga/b/bubbling-over-english_1659739951/thumbs/002.thumb.jpg",
  "Related": [
    "https://www.fakku.net/hentai/feel-destiny-english",
    "https://www.fakku.net/hentai/drunken-teacher-english",
    "https://www.fakku.net/hentai/school-love-net-5-english",
    "https://www.fakku.net/hentai/snow-queen-english",
    "https://www.fakku.net/hentai/blue-chirp-english",
    "https://www.fakku.net/hentai/voyeur-3-english",
    "https://www.fakku.net/hentai/feel-destiny-english_1657845001",
    "https://www.fakku.net/hentai/bring-it-cat-in-heat-english",
    "https://www.fakku.net/hentai/school-love-net-6-english",
    "https://www.fakku.net/hentai/school-love-net-8-english",
    "https://www.fakku.net/hentai/the-face-of-a-wife-gone-wild-english"
  ],
  "Released": "2022-08-07 19:06:00 UTC"
}