Fixes WSOP.com
Fixes WSOP.com
What is Fixes WSOP.com?
Fixes WSOP.com is a Chrome extension developed by dvfurlong, and its main feature is "Fixes WSOP.com".
Download Fixes WSOP.com Extension CRX File
Download Fixes WSOP.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Gets rid of signup popup
Extension Basic Information
Name | ![]() |
ID | mblgnoejdpdlneajnhonjcfjenepdhia |
Official URL | https://chrome.google.com/webstore/detail/fixes-wsopcom/mblgnoejdpdlneajnhonjcfjenepdhia |
Description | Fixes WSOP.com |
File Size | 82.86 KB |
Installation Count | 210 |
Current Version | 1.0 |
Last Updated | 2016-06-05 |
Publish Date | 2016-06-05 |
Rating | 3.33/5 Total 9 Ratings |
Developer | dvfurlong |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |