ProxerExport

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

ProxerExport là gì?

ProxerExport là một tiện ích mở rộng Chrome được phát triển bởi http://sotasan.com, và tính năng chính của nó là "Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ProxerExport

Tải xuống các tệp mở rộng ProxerExport dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ProxerExport ProxerExport
ID mpjbcofaghempadploclgbdkfdnpnkme
URL Chính Thức https://chrome.google.com/webstore/detail/proxerexport/mpjbcofaghempadploclgbdkfdnpnkme
Mô tả Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.
Kích Thước Tệp 6.27 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2023-08-19
Ngày Phát Hành 2021-12-28
Nhà Phát Triển http://sotasan.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sotasan/ProxerExport
URL Trang Trợ Giúp https://github.com/sotasan/ProxerExport/issues
URL Trang Chính Sách Bảo Mật https://www.sotasan.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}