Marie Le Conte -> Marie Le Pepe

Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.

什麼是Marie Le Conte -> Marie Le Pepe?

Marie Le Conte -> Marie Le Pepe是由cr3開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.”。

擴展截圖

screenshot

下載Marie Le Conte -> Marie Le Pepe擴展crx文件

下載Marie Le Conte -> Marie Le Pepe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.

2016 Update: Now makes fart noises                    

擴展基本資訊

名稱 Marie Le Conte -> Marie Le Pepe Marie Le Conte -> Marie Le Pepe
ID egedkpknejmmcmpfgpninamalcdicepg
官方網址 https://chromewebstore.google.com/detail/marie-le-conte-%3E-marie-le/egedkpknejmmcmpfgpninamalcdicepg
簡介 Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
檔案大小 15.24 KB
安裝次數 81
目前版本 0.6
更新時間 2016-06-14
上架時間 2016-06-14
評分 2.71/5 共 7 次評分
開發者 cr3
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Marie Le Conte -> Marie Le Pepe",
    "version": "0.6",
    "description": "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}