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 |
| 官方網址 | 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"
} | |