TXT RPLCR

Replaces one or more words on websites just for fun.

TXT RPLCRとは何ですか?

TXT RPLCRはraum für medienによって開発されたChromeの拡張機能で、その主な機能は「Replaces one or more words on websites just for fun.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Did you ever wish to replace a name or a term an a website? Here is your tool! Just type in the word to replace and the one you wish to read instead and have some fun! What about to read >>Dumb<< instead of >>Trump<< ;-)                    

拡張機能の基本情報

名前 TXT RPLCR TXT RPLCR
ID ljmcpfadmahmlkjcckmbkgihblabfhhi
公式URL https://chromewebstore.google.com/detail/txt-rplcr/ljmcpfadmahmlkjcckmbkgihblabfhhi
説明 Replaces one or more words on websites just for fun.
ファイルサイズ 45.91 KB
インストール数 46
現在のバージョン 1.1
最終更新日 2016-07-25
公開日 2016-07-25
開発者 raum für medien
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TXT RPLCR",
    "description": "Replaces one or more words on websites just for fun.",
    "version": "1.1",
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "128x128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}