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.
Cos'è Grab It By The Pussy?
Grab It By The Pussy è un'estensione di Chrome sviluppata da beckenrode, e la sua funzione principale è "Grab It By The Pussy enhances your shopping experience by replacing the 'Add to Cart' button with a 'Grab it by the Pussy' button.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Grab It By The Pussy
Scarica i file di estensione Grab It By The Pussy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | onbfgflnjdebegibdagbabplamhnfgag |
URL Ufficiale | https://chrome.google.com/webstore/detail/grab-it-by-the-pussy/onbfgflnjdebegibdagbabplamhnfgag |
Descrizione | Grab It By The Pussy enhances your shopping experience by replacing the 'Add to Cart' button with a 'Grab it by the Pussy' button. |
Dimensione del File | 41.16 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2016-10-12 |
Data di Pubblicazione | 2016-10-12 |
Valutazione | 4.14/5 Totale 7 Valutazioni |
Sviluppatore | beckenrode |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://github.com/beckenrode/grab-it-by-the-pussy |
URL della Pagina di Aiuto | https://github.com/beckenrode/grab-it-by-the-pussy/blob/master/README.md |
Lingue Supportate | 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" } ] } |