Team Dan
Dan with options
Team Danคืออะไร?
Team Dan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 2017teamzd และคุณลักษณะหลักของมันคือ "Dan with options"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Team Dan
ดาวน์โหลดไฟล์ส่วนขยาย Team Dan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just a little something to help you play this game we love so much. Great for helping you feed and visit your friends. Enjoy.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hjokkhicaclbmhnnofhfnagkdaekhojn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/team-dan/hjokkhicaclbmhnnofhfnagkdaekhojn |
คำอธิบาย | Dan with options |
ขนาดไฟล์ | 62.66 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 7.0 |
อัปเดตครั้งล่าสุด | 2020-06-07 |
วันที่เผยแพร่ | 2020-06-07 |
คะแนน | 4.48/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | 2017teamzd |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "externally_connectable": { "matches": [ "https:\/\/zooworldgame.popreach.com\/*" ] }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon_19.png", "default_popup": "popup.html", "default_title": "Team Dan" }, "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http*:\/\/zooworldgame.popreach.com\/facebook_apps\/zooparent\/*", "http*:\/\/zooworldgame.popreach.com\/facebook_apps\/zooClassic\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Dan with options", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Team Dan", "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "contentSettings", "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*", "storage", "http:\/\/*.popreach.com\/*", "https:\/\/*.popreach.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "7.0", "web_accessible_resources": [ "manageGift.js", "manageGift.html", "options.js", "options.html" ] } |