ProxerExport

Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.

Co to jest ProxerExport?

ProxerExport to rozszerzenie Chrome opracowane przez http://sotasan.com, a jego główną funkcją jest „Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ProxerExport

Pobierz pliki rozszerzeń ProxerExport w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Beispiel

{
  "geschaut": [
    {
      "name": "Shingeki no Kyojin",
      "medium": "Animeserie",
      "bewertung": 10,
      "stand": "25 / 25",
      "url": "https://proxer.me/info/5840"
    }
  ],
  "am-schauen": [
    {
      "name": "Overlord",
      "medium": "Animeserie",
      "bewertung": 0,
      "stand": "3 / 13",
      "url": "https://proxer.me/info/13164"
    }
  ],
  "wird-noch-geschaut": [
    {
      "name": "Shingeki no Kyojin Season 2",
      "medium": "Animeserie",
      "bewertung": 0,
      "stand": "0 / 12",
      "url": "https://proxer.me/info/9648"
    }
  ],
  "abgebrochen": [
    {
      "name": "Sword Art Online",
      "medium": "Animeserie",
      "bewertung": 1,
      "stand": "6 / 25",
      "url": "https://proxer.me/info/4167"
    }
  ]
}                    

Podstawowe informacje o rozszerzeniu

Nazwa ProxerExport ProxerExport
ID mpjbcofaghempadploclgbdkfdnpnkme
Oficjalny URL https://chrome.google.com/webstore/detail/proxerexport/mpjbcofaghempadploclgbdkfdnpnkme
Opis Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.
Rozmiar pliku 6.27 KB
Liczba instalacji 16
Aktualna Wersja 2.3.0
Ostatnia Aktualizacja 2023-08-19
Data Publikacji 2021-12-28
Deweloper http://sotasan.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/sotasan/ProxerExport
Adres URL Strony Pomocy https://github.com/sotasan/ProxerExport/issues
Adres URL Strony Polityki Prywatności https://www.sotasan.com/privacy
Obsługiwane Języki de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ProxerExport",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/proxer.me\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "description": "Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.",
    "developer": {
        "name": "PryosCode",
        "url": "https:\/\/pryoscode.net"
    },
    "homepage_url": "https:\/\/github.com\/PryosCode\/ProxerExport",
    "icons": {
        "30": "logo.png"
    },
    "manifest_version": 2,
    "name": "ProxerExport",
    "version": "2.3.0"
}