谷歌访问神器
可以解决chrome扩展无法自动更新的问题,同时可以访问谷歌google搜索,gmail邮箱,google+等谷歌服务。
What is 谷歌访问神器?
谷歌访问神器 is a Chrome extension developed by angular, and its main feature is "可以解决chrome扩展无法自动更新的问题,同时可以访问谷歌google搜索,gmail邮箱,google+等谷歌服务。".
Extension Screenshots
Download 谷歌访问神器 Extension CRX File
Download 谷歌访问神器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
可以解决chrome扩展无法自动更新的问题,同时可以访问谷歌google搜索,gmail邮箱,google+等谷歌服务。
Extension Basic Information
Name | |
ID | fmahbnimplkcmeapegkmfedhbkfhfhlj |
Official URL | https://chrome.google.com/webstore/detail/%E8%B0%B7%E6%AD%8C%E8%AE%BF%E9%97%AE%E7%A5%9E%E5%99%A8/fmahbnimplkcmeapegkmfedhbkfhfhlj |
Description | 可以解决chrome扩展无法自动更新的问题,同时可以访问谷歌google搜索,gmail邮箱,google+等谷歌服务。 |
File Size | 154 KB |
Installation Count | 3,000 |
Current Version | 0.0.1 |
Last Updated | 2020-02-05 |
Publish Date | 2020-02-05 |
Rating | 3.67/5 Total 21 Ratings |
Developer | angular |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "\u53ef\u4ee5\u89e3\u51b3chrome\u6269\u5c55\u65e0\u6cd5\u81ea\u52a8\u66f4\u65b0\u7684\u95ee\u9898\uff0c\u540c\u65f6\u53ef\u4ee5\u8bbf\u95ee\u8c37\u6b4cgoogle\u641c\u7d22\uff0cgmail\u90ae\u7bb1\uff0cgoogle+\u7b49\u8c37\u6b4c\u670d\u52a1\u3002", "version": "0.0.1", "name": "\u8c37\u6b4c\u8bbf\u95ee\u795e\u5668", "options_page": "options.html", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "RxJS.png" }, "icons": { "128": "RxJS.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "webRequest", "proxy", "http:\/\/wudd.ml\/*", "https:\/\/wudd.ml\/*" ] } |