Republicans are The Sith
Replaces the word Republican/s with Sith Lord
什么是Republicans are The Sith?
Republicans are The Sith是由Saber Software开发的Chrome扩展程序,该扩展的主要功能是“Replaces the word Republican/s with Sith Lord”。
扩展截图
下载Republicans are The Sith扩展crx文件
下载Republicans are The Sith扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
this is a simple text replacement extension to replace variations of the word "republican" with "Sith Lord"
扩展基本信息
名称 | Republicans are The Sith |
ID | deibjeokppgbnalcpgoognmdihkkaeac |
官方URL | https://chromewebstore.google.com/detail/republicans-are-the-sith/deibjeokppgbnalcpgoognmdihkkaeac |
简介 | Replaces the word Republican/s with Sith Lord |
文件大小 | 3.57 KB |
安装次数 | 86 |
当前版本 | 1.0 |
更新时间 | 2017-09-29 |
上架时间 | 2017-09-29 |
评分 | 5.00/5 共1次评分 |
开发者 | Saber Software |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Republicans are The Sith", "description": "Replaces the word Republican\/s with Sith Lord", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |