ProxerExport

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

ProxerExport란 무엇입니까?

ProxerExport은(는) http://sotasan.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei."입니다.

확장 프로그램 스크린샷

screenshot

ProxerExport 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 ProxerExport ProxerExport
ID mpjbcofaghempadploclgbdkfdnpnkme
공식 URL https://chrome.google.com/webstore/detail/proxerexport/mpjbcofaghempadploclgbdkfdnpnkme
설명 Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.
파일 크기 6.27 KB
설치 횟수 16
현재 버전 2.3.0
최근 업데이트 2023-08-19
출시 날짜 2021-12-28
개발자 http://sotasan.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sotasan/ProxerExport
도움말 페이지 URL https://github.com/sotasan/ProxerExport/issues
개인정보 보호 정책 페이지 URL https://www.sotasan.com/privacy
지원되는 언어 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"
}