Venmo to Venom
Replace all instances of Venmo with a much better word, Venom.
Venmo to Venomとは何ですか?
Venmo to Venomはbenjawminoによって開発されたChromeの拡張機能で、その主な機能は「Replace all instances of Venmo with a much better word, Venom.」です。
拡張機能のスクリーンショット
Venmo to Venom拡張機能のCRXファイルをダウンロード
Venmo to Venom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Very simple extension to replace all instances of the word "Venmo" with "Venom". Based on the template provided in 9to5google's article "How-to: Make your own text-replacing Chrome extension like ‘Millennials to Snake People’".
拡張機能の基本情報
名前 | |
ID | ojbpdcigfaebohhojhfpcjelahlbbpce |
公式URL | https://chromewebstore.google.com/detail/venmo-to-venom/ojbpdcigfaebohhojhfpcjelahlbbpce |
説明 | Replace all instances of Venmo with a much better word, Venom. |
ファイルサイズ | 3.52 KB |
インストール数 | 130 |
現在のバージョン | 0.0.1 |
最終更新日 | 2019-05-14 |
公開日 | 2019-05-11 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | benjawmino |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Venmo to Venom", "description": "Replace all instances of Venmo with a much better word, Venom.", "version": "0.0.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |