Dan 101
Dan 101 with options
Apa itu Dan 101?
Dan 101 adalah ekstensi Chrome yang dikembangkan oleh http://dan101.com, dan fitur utamanya adalah "Dan 101 with options".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dan 101
Unduh file ekstensi Dan 101 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Dan 101 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.
Informasi Dasar Ekstensi
Nama | |
ID | bfjjkdleggcbmglmchejiighplfbnpll |
URL Resmi | https://chrome.google.com/webstore/detail/dan-101/bfjjkdleggcbmglmchejiighplfbnpll |
Deskripsi | Dan 101 with options |
Ukuran File | 51.73 KB |
Jumlah Instalasi | 1,049 |
Versi Saat Ini | 5.3 |
Terakhir Diperbarui | 2023-01-09 |
Tanggal Publikasi | 2023-01-09 |
Penilaian | 4.40/5 Total 15 Penilaian |
Pengembang | http://dan101.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://dan101.com |
URL Halaman Bantuan | https://app.termly.io/dashboard/website/fc5e6bc2-220b-434f-b3b0-1329d724917e/privacy-policy |
URL Halaman Kebijakan Privasi | https://dan101.com |
Bahasa yang Didukung | en |
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": "Dan 101 with options", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Dan 101", "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.3", "web_accessible_resources": [ "manageGift.js", "manageGift.html", "options.js", "options.html" ] } |