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 |
Eメール | [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" } |