Simple Dan
Simple Dan with options
ما هو Simple Dan؟
Simple Dan هو إضافة Chrome تم تطويرها بواسطة https://dan101.com، والميزة الرئيسية لها هي "Simple Dan with options".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Dan
قم بتنزيل ملفات الامتداد Simple Dan بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple Dan is an assistant used for playing Zooworld 1. It helps maintain your zoo by automatically doing simple tasks for you. Completely safe for all pc users.
معلومات أساسية عن التمديد
الاسم | Simple Dan |
ID | indenegfmkfidlpecibjlcgkokilhfgp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-dan/indenegfmkfidlpecibjlcgkokilhfgp |
الوصف | Simple Dan with options |
حجم الملف | 20.8 KB |
عدد التثبيتات | 488 |
النسخة الحالية | 5.0 |
آخر تحديث | 2023-01-10 |
تاريخ النشر | 2020-06-08 |
المطور | https://dan101.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://dan101.com |
عنوان صفحة المساعدة | https://www.freeprivacypolicy.com/live/1073cab2-8d56-4dcd-bd34-1e305bf40f5c |
عنوان صفحة سياسة الخصوصية | https://dan101.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http*:\/\/zooworldgame.popreach.com\/*", "http*:\/\/zooworldclassic.popreach.com\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Simple Dan with options", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Simple Dan", "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*", "storage", "http:\/\/*.popreach.com\/*", "https:\/\/*.popreach.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "5.0", "web_accessible_resources": [ "manageGift.js", "manageGift.html", "options.js", "options.html" ] } |