Ahoy!
Explore the internet and share what you've found!
什么是Ahoy!?
Ahoy!是由jefflee.ldh开发的Chrome扩展程序,该扩展的主要功能是“Explore the internet and share what you've found!”。
扩展截图
下载Ahoy!扩展crx文件
下载Ahoy!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ahoy! allows you to comment your thoughts and feelings on any webpage. Make friends with other users and see which web pages they are visiting in real time. Web browsing is no longer alone! 😀Comment on Every Web Page 😁View your Friends' comments on Timeline 😆Mention Friends on funny Web Pages 🤩View all your Comments at Once
扩展基本信息
名称 | Ahoy! |
ID | ahepineneaniaknbpemfghfamobkhpkn |
官方URL | https://chromewebstore.google.com/detail/ahoy/ahepineneaniaknbpemfghfamobkhpkn |
简介 | Explore the internet and share what you've found! |
文件大小 | 1.95 MB |
安装次数 | 54 |
当前版本 | 1.4 |
更新时间 | 2021-07-21 |
上架时间 | 2020-05-01 |
评分 | 4.50/5 共8次评分 |
开发者 | jefflee.ldh |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://getahoy.net/private.php |
支持的语言 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ahoy!", "description": "Explore the internet and share what you've found!", "version": "1.4", "manifest_version": 3, "action": { "default_popup": "views\/html\/default.html" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/localhost:3000\/*", "https:\/\/api.getahoy.net\/*" ], "permissions": [ "tabs", "storage", "alarms", "notifications" ], "icons": { "16": "images\/Ahoylogo1.png", "48": "images\/Ahoylogo1.png", "128": "images\/Ahoylogo1.png" } } |