Systemd butts

Replace the word systemd with butts.

Systemd butts क्या है?

Systemd butts jessfraz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the word systemd with butts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Systemd butts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Replace systemd with butts on webpages.

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

एक्सटेंशन की मूल जानकारी

नाम Systemd butts Systemd butts
ID cdlammifaiaedopfjihjnlidjjkcngja
आधिकारिक URL 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"
            ]
        }
    ]
}