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
官方網址 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"
        }
    ]
}