Fixes WSOP.com

Fixes WSOP.com

Vad är Fixes WSOP.com?

Fixes WSOP.com är en Chrome-tillägg utvecklad av dvfurlong, och dess huvudfunktion är "Fixes WSOP.com".

Ladda ner Fixes WSOP.com-förlängningens CRX-fil

Ladda ner Fixes WSOP.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Gets rid of signup popup                    

Grundläggande Information om Tillägg

Namn Fixes WSOP.com Fixes WSOP.com
ID mblgnoejdpdlneajnhonjcfjenepdhia
Officiell webbadress https://chrome.google.com/webstore/detail/fixes-wsopcom/mblgnoejdpdlneajnhonjcfjenepdhia
Beskrivning Fixes WSOP.com
Filstorlek 82.86 KB
Antal Installationer 210
Aktuell Version 1.0
Senast Uppdaterad 2016-06-05
Publiceringsdatum 2016-06-05
Betyg 3.33/5 Totalt 9 Betyg
Utvecklare dvfurlong
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}