Dan 101
Dan 101 with options
Co to jest Dan 101?
Dan 101 to rozszerzenie Chrome opracowane przez http://dan101.com, a jego główną funkcją jest „Dan 101 with options”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dan 101
Pobierz pliki rozszerzeń Dan 101 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bfjjkdleggcbmglmchejiighplfbnpll |
Oficjalny URL | https://chrome.google.com/webstore/detail/dan-101/bfjjkdleggcbmglmchejiighplfbnpll |
Opis | Dan 101 with options |
Rozmiar pliku | 51.73 KB |
Liczba instalacji | 1,049 |
Aktualna Wersja | 5.3 |
Ostatnia Aktualizacja | 2023-01-09 |
Data Publikacji | 2023-01-09 |
Ocena | 4.40/5 Łącznie 15 Oceny |
Deweloper | http://dan101.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://dan101.com |
Adres URL Strony Pomocy | https://app.termly.io/dashboard/website/fc5e6bc2-220b-434f-b3b0-1329d724917e/privacy-policy |
Adres URL Strony Polityki Prywatności | https://dan101.com |
Obsługiwane Języki | 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" ] } |