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.

Vad är Grab It By The Pussy?

Grab It By The Pussy är en Chrome-tillägg utvecklad av beckenrode, och dess huvudfunktion är "Grab It By The Pussy enhances your shopping experience by replacing the 'Add to Cart' button with a 'Grab it by the Pussy' button.".

Tilläggsskärmbilder

screenshot

Ladda ner Grab It By The Pussy-förlängningens CRX-fil

Ladda ner Grab It By The Pussy-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

                        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.                    

Grundläggande Information om Tillägg

Namn Grab It By The Pussy Grab It By The Pussy
ID onbfgflnjdebegibdagbabplamhnfgag
Officiell webbadress https://chrome.google.com/webstore/detail/grab-it-by-the-pussy/onbfgflnjdebegibdagbabplamhnfgag
Beskrivning Grab It By The Pussy enhances your shopping experience by replacing the 'Add to Cart' button with a 'Grab it by the Pussy' button.
Filstorlek 41.16 KB
Antal Installationer 48
Aktuell Version 0.0.1
Senast Uppdaterad 2016-10-12
Publiceringsdatum 2016-10-12
Betyg 4.14/5 Totalt 7 Betyg
Utvecklare beckenrode
Betalningssätt in_app
Tilläggswebbplats https://github.com/beckenrode/grab-it-by-the-pussy
Hjälpsida URL https://github.com/beckenrode/grab-it-by-the-pussy/blob/master/README.md
Stödda Språk 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"
        }
    ]
}