GLaDOS
GLaDOS Website Connector, Get Latest GLaDOS Website.
什么是GLaDOS?
GLaDOS是由GLaDOS开发的Chrome扩展程序,该扩展的主要功能是“GLaDOS Website Connector, Get Latest GLaDOS Website.”。
扩展截图
下载GLaDOS扩展crx文件
下载GLaDOS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Due to DNS pollution, your access to GLaDOS may be blocked. You can use this extension to find latest GLaDOS website.
扩展基本信息
名称 | GLaDOS |
ID | dhjjibbeddglobeoapgppnlnmijajfbb |
官方URL | https://chromewebstore.google.com/detail/glados/dhjjibbeddglobeoapgppnlnmijajfbb |
简介 | GLaDOS Website Connector, Get Latest GLaDOS Website. |
文件大小 | 153 KB |
安装次数 | 40,000 |
当前版本 | 0.1 |
更新时间 | 2020-08-02 |
上架时间 | 2020-08-02 |
评分 | 4.38/5 共24次评分 |
开发者 | GLaDOS |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://glados.network/ |
帮助页面URL | https://go.crisp.chat/chat/embed/?website_id=a8782b49-ea86-4408-8562-9535d0d3e138 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "GLaDOS Website Connector, Get Latest GLaDOS Website.", "version": "0.1", "name": "GLaDOS", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "permissions": [], "web_accessible_resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |