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" ] } ] } |