FAKKU Metadata JSON Downloader

Adds a button that generates info.json metadata

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
TeeXX
Dziennych instalacji
0
Wszystkich instalacji
39
Oceny
0 0 0
Wersja
1.2
Utworzono
21-08-2022
Zaktualizowano
21-08-2022
Rozmiar
9,86 KB
Kompatybilność
Kompatybilny z przeglądarką Firefox Kompatybilny z przeglądarką Chrome Kompatybilny z przeglądarką Edge
Licencja
GPL-3.0-only
Dotyczy

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"
}