ProxerExport
Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.
Cos'è ProxerExport?
ProxerExport è un'estensione di Chrome sviluppata da http://sotasan.com, e la sua funzione principale è "Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ProxerExport
Scarica i file di estensione ProxerExport in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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"
}
]
} Informazioni di Base sull'Estensione
| Nome | |
| ID | mpjbcofaghempadploclgbdkfdnpnkme |
| URL Ufficiale | https://chrome.google.com/webstore/detail/proxerexport/mpjbcofaghempadploclgbdkfdnpnkme |
| Descrizione | Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei. |
| Dimensione del File | 6.27 KB |
| Conteggio Installazioni | 16 |
| Versione Corrente | 2.3.0 |
| Ultimo Aggiornamento | 2023-08-19 |
| Data di Pubblicazione | 2021-12-28 |
| Sviluppatore | http://sotasan.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/sotasan/ProxerExport |
| URL della Pagina di Aiuto | https://github.com/sotasan/ProxerExport/issues |
| URL della Pagina della Politica sulla Privacy | https://www.sotasan.com/privacy |
| Lingue Supportate | 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"
} | |