Helloworld
Helloworld的Chrome扩展
什麼是Helloworld?
Helloworld是由329052613開發的Chrome擴展程式,該擴展的主要功能是“Helloworld的Chrome扩展”。
擴展截圖
下載Helloworld擴展crx文件
下載Helloworld擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
一个专为WHATSAPP,TELEGRAM等等社交软件提供翻译的插件
擴展基本資訊
名稱 | Helloworld |
ID | chmggcnjmaacmbdbgihlfelinbahfahk |
官方網址 | https://chromewebstore.google.com/detail/helloworld/chmggcnjmaacmbdbgihlfelinbahfahk |
簡介 | Helloworld的Chrome扩展 |
檔案大小 | 700 KB |
安裝次數 | 122 |
目前版本 | 1.0.0 |
更新時間 | 2022-06-22 |
上架時間 | 2022-06-21 |
評分 | 1.00/5 共 1 次評分 |
開發者 | 329052613 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.helloword.com.cn/ |
隱私政策頁面URL | https://helloworldmore-1252698292.cos.ap-chengdu.myqcloud.com/Web2/pri.html |
支援的語言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Helloworld", "version": "1.0.0", "description": "Helloworld\u7684Chrome\u6269\u5c55", "icons": { "16": "Imgs\/20.png", "48": "Imgs\/40.png", "128": "Imgs\/120.png" }, "background": { "service_worker": "Chrome\/hwservice.js" }, "action": { "default_icon": "Imgs\/20.png", "default_title": "Helloworld", "default_popup": "Chrome\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/", "https:\/\/web.telegram.org\/*", "http:\/\/helloworldmore-1252698292.cos.accelerate.myqcloud.com\/Web2\/Html\/*" ], "js": [ "Chrome\/InjectStartJs.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/web.whatsapp.com\/", "https:\/\/web.telegram.org\/*" ], "js": [ "Chrome\/InjectEndJs.js" ], "run_at": "document_end" } ], "permissions": [ "webNavigation", "tabs", "notifications", "storage", "*:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "optional_permissions": [ "unlimitedStorage" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "Chrome\/forchrome.js", "Comm\/hwcomm.js", "Comm\/preload.js", "Comm\/comm_end.js", "Helper\/whatsapphelper_end.js", "Helper\/telegramnewhelper_end.js" ], "matches": [ " |