replace daniel with beep beep lettuce

this will replace the word daniel with beep beep lettuce forever thanks xoxo

replace daniel with beep beep lettuceとは何ですか?

replace daniel with beep beep lettuceはUnknownによって開発されたChromeの拡張機能で、その主な機能は「this will replace the word daniel with beep beep lettuce forever thanks xoxo」です。

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

screenshot

replace daniel with beep beep lettuce拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Have you ever wanted to replace the word Daniel with "beep beep lettuce" across all instances of the internet? Of course you have, and now you can. Just download this app.

beep beep lettuce.                    

拡張機能の基本情報

名前 replace daniel with beep beep lettuce replace daniel with beep beep lettuce
ID edijcapbkhpcemohhdhjibjcmphibdfb
公式URL https://chromewebstore.google.com/detail/replace-daniel-with-beep/edijcapbkhpcemohhdhjibjcmphibdfb
説明 this will replace the word daniel with beep beep lettuce forever thanks xoxo
ファイルサイズ 44.21 KB
インストール数 53
現在のバージョン 1.3
最終更新日 2017-07-05
公開日 2017-07-05
評価 5.00/5 合計 5 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "replace daniel with beep beep lettuce",
    "description": "this will replace the word daniel with beep beep lettuce forever thanks xoxo",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}