Dank Meme Replacer

Make browsing the web really dank.

Dank Meme Replacerとは何ですか?

Dank Meme ReplacerはAvery Follettによって開発されたChromeの拡張機能で、その主な機能は「Make browsing the web really dank.」です。

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

screenshot

Dank Meme Replacer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Have you ever wanted to dankify your web browsing experience? Download Dank Meme Replacer! DMR replaces boring words on websites with dank ones.                    

拡張機能の基本情報

名前 Dank Meme Replacer Dank Meme Replacer
ID jipmjlpfeimjeacnhjgmoicimhjmnfna
公式URL https://chromewebstore.google.com/detail/dank-meme-replacer/jipmjlpfeimjeacnhjgmoicimhjmnfna
説明 Make browsing the web really dank.
ファイルサイズ 123 KB
インストール数 392
現在のバージョン 0.3
最終更新日 2016-11-10
公開日 2016-11-10
評価 2.66/5 合計 32 レビュー
開発者 Avery Follett
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "manifest_version": 2,
    "name": "Dank Meme Replacer",
    "description": "Make browsing the web really dank.",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}