Purple Rain
Purple Rain
Purple Rainคืออะไร?
Purple Rain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย blackrain69 และคุณลักษณะหลักของมันคือ "Purple Rain"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Purple Rain
ดาวน์โหลดไฟล์ส่วนขยาย Purple Rain ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Purple Rain is a tool developed to eliminate cumbersome activities of the Zoo World game and make it more enjoyable also enable you to do more for your zoo mates!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | daeppebkefikclglnghfhnodhgnjidbf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/purple-rain/daeppebkefikclglnghfhnodhgnjidbf |
คำอธิบาย | Purple Rain |
ขนาดไฟล์ | 20.66 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 7.1 |
อัปเดตครั้งล่าสุด | 2019-07-21 |
วันที่เผยแพร่ | 2019-07-17 |
ผู้พัฒนา | blackrain69 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://blackrain69.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": "Purple Rain", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Purple Rain", "permissions": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*", "storage", "http:\/\/*.popreach.com\/*", "https:\/\/*.popreach.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "7.1" } |