Pepega Catch!
Catch and battle Pepegas across the internet!
Pepega Catch!คืออะไร?
Pepega Catch! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย White Cat Milo และคุณลักษณะหลักของมันคือ "Catch and battle Pepegas across the internet!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pepega Catch!
ดาวน์โหลดไฟล์ส่วนขยาย Pepega Catch! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pepega Catch! is a game where you catch and battle Pepegas across the internet! Pepegas (these green weird-looking frogs) will appear on websites that you visit. Simply click on a Pepega to catch it! You and your very own Pepega Army will then automatically battle the Pepega. If you win, you get to add it to your army! -Your Pepega Army- Pepegas you catch will automatically be enlisted in your Pepega Army. Your army generates IQ Points that can help you in multiple ways. Your army will also help you in battles against Wild Pepegas that you'll encounter while browsing the web! -Ranking Up- You'll be ranked based on how much IQ you have. The higher your rank is, the more powerful you become! This means being able to win battles against much stronger Pepegas! -Spending your IQ- You can spend IQ Points to expand your army and ressurect Pepegas who died in battle! -Natural Habitats- Each Pepega has a "natural habitat"! That means you'll find more Pepegas of a particular type that is related to the website you're currently on! -Upgrading your Pepegas- Pepegas can LEVEL UP by combining it with two other Pepegas of the same type and level. Pepegas can also FUSE with other Pepegas, forming a new type of Pepega that is more powerful and more intelligent! The game has an optional tutorial that should help you learn the game! If you wish for a certain website to not have any Pepegas spawning in them, you may put them on the filter list. You may also completely disable the spawning of Pepegas on webpages and still have the game running in the background! --- Changes in v0.8.0: -New 'Rise Up' feature that allows you destroy all of your Pepegas in exchange for something greater... (You must be a Pepega Legend or higher to access this feature) -New ranks! -New Pepega! -Fixed minor issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pepega Catch! |
ID | pgjlemoacllebidgpchfhdgeifkmbigi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pepega-catch/pgjlemoacllebidgpchfhdgeifkmbigi |
คำอธิบาย | Catch and battle Pepegas across the internet! |
ขนาดไฟล์ | 901 KB |
จำนวนการติดตั้ง | 1,808 |
เวอร์ชันปัจจุบัน | 0.9.2 |
อัปเดตครั้งล่าสุด | 2021-01-17 |
วันที่เผยแพร่ | 2020-04-15 |
คะแนน | 4.94/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | White Cat Milo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/Alycse/PepegaCatch |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pepega Catch!", "version": "0.9.2", "manifest_version": 2, "description": "Catch and battle Pepegas across the internet!", "homepage_url": "https:\/\/github.com\/Alycse", "icons": { "128": "icons\/pepega-icon-128.png" }, "background": { "scripts": [ "src\/main.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "notifications", "idle" ], "web_accessible_resources": [ "images\/*", "src\/pepega\/*" ], "browser_action": { "default_icon": "icons\/pepega-icon-128.png", "default_title": "Popup", "default_popup": "src\/popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "src\/content\/content.js" ] } ] } |