Grab It By The Pussy

Grab It By The Pussy enhances your shopping experience by replacing the 'Add to Cart' button with a 'Grab it by the Pussy' button.

Co je Grab It By The Pussy?

Grab It By The Pussy je rozšíření Chrome vyvinuté beckenrode, a jeho hlavní funkcí je „Grab It By The Pussy enhances your shopping experience by replacing the 'Add to Cart' button with a 'Grab it by the Pussy' button.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Grab It By The Pussy

Stáhněte si soubory rozšíření Grab It By The Pussy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        For the true Trump supporters. Grab It By The Pussy(GIBTP) enhances your shopping experience by replacing the 'Add to Cart' button with a 'Grab it by the Pussy' button on your favorite shopping sites. Make shopping online fun again by grabbing your shit by the pussy.                    

Základní Informace o Rozšíření

Název Grab It By The Pussy Grab It By The Pussy
ID onbfgflnjdebegibdagbabplamhnfgag
Oficiální URL https://chrome.google.com/webstore/detail/grab-it-by-the-pussy/onbfgflnjdebegibdagbabplamhnfgag
Popis Grab It By The Pussy enhances your shopping experience by replacing the 'Add to Cart' button with a 'Grab it by the Pussy' button.
Velikost souboru 41.16 KB
Počet instalací 48
Aktuální Verze 0.0.1
Poslední Aktualizace 2016-10-12
Datum Vydání 2016-10-12
Hodnocení 4.14/5 Celkem 7 Hodnocení
Vývojář beckenrode
Typ Platby in_app
Webové stránky Rozšíření https://github.com/beckenrode/grab-it-by-the-pussy
URL Stránky Nápovědy https://github.com/beckenrode/grab-it-by-the-pussy/blob/master/README.md
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/github.com\/beckenrode\/grab-it-by-the-pussy",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}