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.”。
扩展截图
下载ProxerExport扩展crx文件
下载ProxerExport扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } ] }
扩展基本信息
名称 | |
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" } |