ProxerExport
Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.
What is ProxerExport?
ProxerExport is a Chrome extension developed by http://sotasan.com, and its main feature is "Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.".
Extension Screenshots
Download ProxerExport Extension CRX File
Download ProxerExport extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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"
}
]
} Extension Basic Information
| Name | |
| ID | mpjbcofaghempadploclgbdkfdnpnkme |
| Official URL | https://chrome.google.com/webstore/detail/proxerexport/mpjbcofaghempadploclgbdkfdnpnkme |
| Description | Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei. |
| File Size | 6.27 KB |
| Installation Count | 16 |
| Current Version | 2.3.0 |
| Last Updated | 2023-08-19 |
| Publish Date | 2021-12-28 |
| Developer | http://sotasan.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/sotasan/ProxerExport |
| Help Page URL | https://github.com/sotasan/ProxerExport/issues |
| Privacy Policy Page URL | https://www.sotasan.com/privacy |
| Supported Languages | 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"
} | |