PokeDemon - Pokemon Replacer
Removes the word Pokemon from all web pages and replaces it with a random word
PokeDemon - Pokemon Replacerคืออะไร?
PokeDemon - Pokemon Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://diginomadic.com/apps และคุณลักษณะหลักของมันคือ "Removes the word Pokemon from all web pages and replaces it with a random word"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PokeDemon - Pokemon Replacer
ดาวน์โหลดไฟล์ส่วนขยาย PokeDemon - Pokemon Replacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
PokeDemon replaces all instances of the word Pokemon in your browser to a random other game. If you're tired of hearing the world go crazy about Pokemon then this is the extension for you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PokeDemon - Pokemon Replacer |
ID | ckmckfpgpinaipfjomhahlahnindcnpp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp |
คำอธิบาย | Removes the word Pokemon from all web pages and replaces it with a random word |
ขนาดไฟล์ | 38.52 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-07-23 |
วันที่เผยแพร่ | 2016-07-23 |
คะแนน | 2.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://diginomadic.com/apps |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PokeDemon - Pokemon Replacer", "description": "Removes the word Pokemon from all web pages and replaces it with a random word", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.0.1", "short_name": "PokeDemon", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |