Ignore Black Friday
Replace all mention of Black Friday with Poop Emoji
Was ist Ignore Black Friday?
Ignore Black Friday ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replace all mention of Black Friday with Poop Emoji".
Erweiterungsscreenshots
Ignore Black Friday-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ignore Black Friday-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
When the time comes for third wave capitalism to swallow us whole and turn everything we hold dear into a mind-numbing series of *cha ching* sounds, enter this extension. When the time for Black Friday seems to be rung in earlier and earlier every year, we need a way to ignore it. With poop. Yes. One poop emoji per syllable of Black Friday. I thought about replacing the words with "Vapid Capitalism," but poop emoji are more fun. They smile. You're welcome. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gnjbepjnalijckocjigofigihefhmndd |
| Offizielle URL | https://chromewebstore.google.com/detail/ignore-black-friday/gnjbepjnalijckocjigofigihefhmndd |
| Beschreibung | Replace all mention of Black Friday with Poop Emoji |
| Dateigröße | 83.34 KB |
| Installationsanzahl | 32 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2017-11-21 |
| Veröffentlichungsdatum | 2017-11-20 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ignore Black Friday",
"description": "Replace all mention of Black Friday with Poop Emoji",
"version": "1.0",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |