Systemd butts

Replace the word systemd with butts.

什麼是Systemd butts?

Systemd butts是由jessfraz開發的Chrome擴展程式,該擴展的主要功能是“Replace the word systemd with butts.”。

擴展截圖

screenshot

下載Systemd butts擴展crx文件

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

擴展使用說明

                        Replace systemd with butts on webpages.

Source Code: https://github.com/jfrazelle/systemd-butts                    

擴展基本資訊

名稱 Systemd butts Systemd butts
ID cdlammifaiaedopfjihjnlidjjkcngja
官方網址 https://chromewebstore.google.com/detail/systemd-butts/cdlammifaiaedopfjihjnlidjjkcngja
簡介 Replace the word systemd with butts.
檔案大小 37.6 KB
安裝次數 35
目前版本 0.2.0
更新時間 2016-06-24
上架時間 2016-06-24
評分 5.00/5 共 2 次評分
開發者 jessfraz
付費類型 free
擴展官網 https://github.com/jfrazelle/systemd-butts
說明頁面URL https://github.com/jfrazelle/systemd-butts
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Systemd butts",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Replace the word systemd with butts.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}