Fixes WSOP.com
Fixes WSOP.com
Fixes WSOP.comคืออะไร?
Fixes WSOP.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dvfurlong และคุณลักษณะหลักของมันคือ "Fixes WSOP.com"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fixes WSOP.com
ดาวน์โหลดไฟล์ส่วนขยาย Fixes WSOP.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gets rid of signup popup
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | mblgnoejdpdlneajnhonjcfjenepdhia |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fixes-wsopcom/mblgnoejdpdlneajnhonjcfjenepdhia |
คำอธิบาย | Fixes WSOP.com |
ขนาดไฟล์ | 82.86 KB |
จำนวนการติดตั้ง | 210 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-06-05 |
วันที่เผยแพร่ | 2016-06-05 |
คะแนน | 3.33/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | dvfurlong |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "content_scripts": [ { "js": [ "jquery.min.js", "kill.js" ], "matches": [ "*:\/\/*.wsop.com\/*" ], "run_at": "document_start" } ], "description": "Fixes WSOP.com", "icons": { "128": "images\/icon.png", "16": "images\/icon-2.png", "48": "images\/icon-3.png" }, "manifest_version": 2, "name": "Fixes WSOP.com", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |