Fixes WSOP.com
Fixes WSOP.com
Wat is Fixes WSOP.com?
Fixes WSOP.com is een Chrome-extensie ontwikkeld door dvfurlong, en de belangrijkste functie is "Fixes WSOP.com".
Download het CRX-bestand van de extensie Fixes WSOP.com
Download Fixes WSOP.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Gets rid of signup popup
Basisinformatie over de Extensie
Naam | ![]() |
ID | mblgnoejdpdlneajnhonjcfjenepdhia |
Officiële URL | https://chrome.google.com/webstore/detail/fixes-wsopcom/mblgnoejdpdlneajnhonjcfjenepdhia |
Beschrijving | Fixes WSOP.com |
Bestandsgrootte | 82.86 KB |
Aantal Installaties | 210 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-06-05 |
Publicatiedatum | 2016-06-05 |
Beoordeling | 3.33/5 Totaal 9 Beoordelingen |
Ontwikkelaar | dvfurlong |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |