Systemd butts

Replace the word systemd with butts.

What is Systemd butts?

Systemd butts is a Chrome extension developed by jessfraz, and its main feature is "Replace the word systemd with butts.".

Extension Screenshots

screenshot

Download Systemd butts Extension CRX File

Download Systemd butts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Replace systemd with butts on webpages.

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

Extension Basic Information

Name Systemd butts Systemd butts
ID cdlammifaiaedopfjihjnlidjjkcngja
Official URL https://chromewebstore.google.com/detail/systemd-butts/cdlammifaiaedopfjihjnlidjjkcngja
Description Replace the word systemd with butts.
File Size 37.6 KB
Installation Count 35
Current Version 0.2.0
Last Updated 2016-06-24
Publish Date 2016-06-24
Rating 5.00/5 Total 2 Ratings
Developer jessfraz
Payment Type free
Extension Website https://github.com/jfrazelle/systemd-butts
Help Page URL https://github.com/jfrazelle/systemd-butts
Supported Languages 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"
            ]
        }
    ]
}