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.

Was ist Grab It By The Pussy?

Grab It By The Pussy ist eine Chrome-Erweiterung, die von beckenrode entwickelt wurde, und ihr Hauptmerkmal ist "Grab It By The Pussy enhances your shopping experience by replacing the 'Add to Cart' button with a 'Grab it by the Pussy' button.".

Erweiterungsscreenshots

screenshot

Grab It By The Pussy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grab It By The Pussy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Grab It By The Pussy Grab It By The Pussy
ID onbfgflnjdebegibdagbabplamhnfgag
Offizielle URL https://chrome.google.com/webstore/detail/grab-it-by-the-pussy/onbfgflnjdebegibdagbabplamhnfgag
Beschreibung Grab It By The Pussy enhances your shopping experience by replacing the 'Add to Cart' button with a 'Grab it by the Pussy' button.
Dateigröße 41.16 KB
Installationsanzahl 48
Aktuelle Version 0.0.1
Letztes Update 2016-10-12
Veröffentlichungsdatum 2016-10-12
Bewertung 4.14/5 Insgesamt 7 Bewertungen
Entwickler beckenrode
Zahlungsart in_app
Erweiterungswebsite https://github.com/beckenrode/grab-it-by-the-pussy
Hilfeseite URL https://github.com/beckenrode/grab-it-by-the-pussy/blob/master/README.md
Unterstützte Sprachen 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"
        }
    ]
}