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