Marketing Dicks

Replaces the marketing term 'brand' with 'dick' in relevant instances.

What is Marketing Dicks?

Marketing Dicks is a Chrome extension developed by henryoz, and its main feature is "Replaces the marketing term 'brand' with 'dick' in relevant instances.".

Extension Screenshots

screenshot

Download Marketing Dicks Extension CRX File

Download Marketing Dicks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple word-replacement extension for anyone sick of the word "brand".                    

Extension Basic Information

Name Marketing Dicks Marketing Dicks
ID oochgpnamaefjjonhakllakojimhfgno
Official URL https://chromewebstore.google.com/detail/marketing-dicks/oochgpnamaefjjonhakllakojimhfgno
Description Replaces the marketing term 'brand' with 'dick' in relevant instances.
File Size 59.98 KB
Installation Count 18
Current Version 1.0
Last Updated 2014-10-31
Publish Date 2014-10-31
Rating 5.00/5 Total 2 Ratings
Developer henryoz
Payment Type free
Supported Languages 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"
        }
    ]
}