Sharknado but without the sharks Mod
Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch
什么是Sharknado but without the sharks Mod?
Sharknado but without the sharks Mod是由Fats Gordo开发的Chrome扩展程序,该扩展的主要功能是“Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch”。
扩展截图
下载Sharknado but without the sharks Mod扩展crx文件
下载Sharknado but without the sharks Mod扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changes the word "tornado" to "Sharknado but without the sharks"
扩展基本信息
名称 | Sharknado but without the sharks Mod |
ID | ajmgpljcejihmhmbcocjgppbfihlgkfi |
官方URL | https://chromewebstore.google.com/detail/sharknado-but-without-the/ajmgpljcejihmhmbcocjgppbfihlgkfi |
简介 | Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch |
文件大小 | 3.61 KB |
安装次数 | 23 |
当前版本 | 1.1 |
更新时间 | 2017-08-31 |
上架时间 | 2017-08-31 |
评分 | 5.00/5 共1次评分 |
开发者 | Fats Gordo |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sharknado but without the sharks Mod", "description": "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch", "version": "1.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |