Fixes WSOP.com
Fixes WSOP.com
什么是Fixes WSOP.com?
Fixes WSOP.com是由dvfurlong开发的Chrome扩展程序,该扩展的主要功能是“Fixes WSOP.com”。
下载Fixes WSOP.com扩展crx文件
下载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" } |