Marketing Dicks

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

Marketing Dicksとは何ですか?

Marketing Dicksはhenryozによって開発されたChromeの拡張機能で、その主な機能は「Replaces the marketing term 'brand' with 'dick' in relevant instances.」です。

拡張機能のスクリーンショット

screenshot

Marketing Dicks拡張機能のCRXファイルをダウンロード

Marketing Dicks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Marketing Dicks Marketing Dicks
ID oochgpnamaefjjonhakllakojimhfgno
公式URL https://chromewebstore.google.com/detail/marketing-dicks/oochgpnamaefjjonhakllakojimhfgno
説明 Replaces the marketing term 'brand' with 'dick' in relevant instances.
ファイルサイズ 59.98 KB
インストール数 18
現在のバージョン 1.0
最終更新日 2014-10-31
公開日 2014-10-31
評価 5.00/5 合計 2 レビュー
開発者 henryoz
支払い方法 free
対応言語 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"
        }
    ]
}