Esporks
Replaces the text 'Esports' with 'Esporks'.
Esporksคืออะไร?
Esporks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chhopsky และคุณลักษณะหลักของมันคือ "Replaces the text 'Esports' with 'Esporks'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Esporks
ดาวน์โหลดไฟล์ส่วนขยาย Esporks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Esporks is real. Changelog: 1.2.1 - Fixed a bug where plugin had changed text inside its own source code to Esporks. Preventative anti-Skynet safety net code added. 1.2- Fixed a bug where live text typed into the browser would change Esports to Esporks. 1.1 - Major performance increases, reworked classification engine. 1.0.1 - Cosmetic fixes. Added support for "e-sporks". 1.0 - Initial release.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Esporks |
ID | mlffeniaafpgljhlipaddbkhfppfgojl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/esporks/mlffeniaafpgljhlipaddbkhfppfgojl |
คำอธิบาย | Replaces the text 'Esports' with 'Esporks'. |
ขนาดไฟล์ | 10.64 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2016-08-23 |
วันที่เผยแพร่ | 2016-08-22 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | chhopsky |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Esporks", "version": "1.2.1", "description": "Replaces the text 'Esports' with 'Esporks'.", "icons": { "128": "esporksicon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_start" } ], "browser_action": { "default_icon": "esporksicon.png", "default_popup": "popup.html" } } |