Marketing Dicks
Replaces the marketing term 'brand' with 'dick' in relevant instances.
Wat is Marketing Dicks?
Marketing Dicks is een Chrome-extensie ontwikkeld door henryoz, en de belangrijkste functie is "Replaces the marketing term 'brand' with 'dick' in relevant instances.".
Extensie Screenshots
Download het CRX-bestand van de extensie Marketing Dicks
Download Marketing Dicks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple word-replacement extension for anyone sick of the word "brand". Basisinformatie over de Extensie
| Naam | |
| ID | oochgpnamaefjjonhakllakojimhfgno |
| Officiële URL | https://chromewebstore.google.com/detail/marketing-dicks/oochgpnamaefjjonhakllakojimhfgno |
| Beschrijving | Replaces the marketing term 'brand' with 'dick' in relevant instances. |
| Bestandsgrootte | 59.98 KB |
| Aantal Installaties | 18 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2014-10-31 |
| Publicatiedatum | 2014-10-31 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | henryoz |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |