Systemd butts
Replace the word systemd with butts.
Systemd buttsとは何ですか?
Systemd buttsはjessfrazによって開発されたChromeの拡張機能で、その主な機能は「Replace the word systemd with butts.」です。
拡張機能のスクリーンショット
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 |
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" ] } ] } |