Joe Biden to Joe Budden

Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'

Joe Biden to Joe Buddenとは何ですか?

Joe Biden to Joe BuddenはNetfelixによって開発されたChromeの拡張機能で、その主な機能は「Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'」です。

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

screenshot

Joe Biden to Joe Budden拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Restore Alexis de Tocqueville's Platonic ideal of democracy in America by replacing all instances of the phrase "Joe Biden" with "Joe Budden."                    

拡張機能の基本情報

名前 Joe Biden to Joe Budden Joe Biden to Joe Budden
ID ahonhhielbhejghapbfcojmkbnfkjnjn
公式URL https://chromewebstore.google.com/detail/joe-biden-to-joe-budden/ahonhhielbhejghapbfcojmkbnfkjnjn
説明 Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'
ファイルサイズ 56.49 KB
インストール数 230
現在のバージョン 0.2
最終更新日 2016-07-14
公開日 2016-07-13
評価 5.00/5 合計 1 レビュー
開発者 Netfelix
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Joe Biden to Joe Budden",
    "description": "Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'",
    "version": "0.2",
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}