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 |
官方網址 | 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 |
電子郵箱 | [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" } ] } |