Helloworld
Helloworld的Chrome扩展
Helloworldとは何ですか?
Helloworldは329052613によって開発されたChromeの拡張機能で、その主な機能は「Helloworld的Chrome扩展」です。
拡張機能のスクリーンショット
Helloworld拡張機能のCRXファイルをダウンロード
Helloworld拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
一个专为WHATSAPP,TELEGRAM等等社交软件提供翻译的插件 拡張機能の基本情報
| 名前 | |
| ID | chmggcnjmaacmbdbgihlfelinbahfahk |
| 公式URL | 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 |
| Eメール | [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": [
" | |