ProxerExport
Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.
ما هو ProxerExport؟
ProxerExport هو إضافة Chrome تم تطويرها بواسطة http://sotasan.com، والميزة الرئيسية لها هي "Exportiere deine Proxer Listen (Anime, Manga und Novel) in eine JSON Datei.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ProxerExport
قم بتنزيل ملفات الامتداد ProxerExport بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://github.com/sotasan/ProxerExport/issues |
عنوان صفحة سياسة الخصوصية | 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" } |