Marketing Dicks
Replaces the marketing term 'brand' with 'dick' in relevant instances.
Was ist Marketing Dicks?
Marketing Dicks ist eine Chrome-Erweiterung, die von henryoz entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the marketing term 'brand' with 'dick' in relevant instances.".
Erweiterungsscreenshots
Marketing Dicks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Marketing Dicks-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
A simple word-replacement extension for anyone sick of the word "brand". Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oochgpnamaefjjonhakllakojimhfgno |
| Offizielle URL | https://chromewebstore.google.com/detail/marketing-dicks/oochgpnamaefjjonhakllakojimhfgno |
| Beschreibung | Replaces the marketing term 'brand' with 'dick' in relevant instances. |
| Dateigröße | 59.98 KB |
| Installationsanzahl | 18 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2014-10-31 |
| Veröffentlichungsdatum | 2014-10-31 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | henryoz |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Marketing Dicks",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"version": "1.0",
"description": "Replaces the marketing term 'brand' with 'dick' in relevant instances.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |