圍棋人螢幕分享小工具
安裝後我每天都到圍棋人網站分享生活點滴,變得頭好壯壯、考試都考一百分呢
What is 圍棋人螢幕分享小工具?
圍棋人螢幕分享小工具 is a Chrome extension developed by http://www.goer.live, and its main feature is "安裝後我每天都到圍棋人網站分享生活點滴,變得頭好壯壯、考試都考一百分呢".
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
圍棋人(www.goer.live)螢幕分享小工具。 安裝後我每天都到圍棋人網站分享生活點滴,變得頭好壯壯、考試都考一百分呢。
Extension Basic Information
Name | |
ID | heaklilnoadkcgkpnpmfpgdoabiglccp |
Official URL | https://chrome.google.com/webstore/detail/%E5%9C%8D%E6%A3%8B%E4%BA%BA%E8%9E%A2%E5%B9%95%E5%88%86%E4%BA%AB%E5%B0%8F%E5%B7%A5%E5%85%B7/heaklilnoadkcgkpnpmfpgdoabiglccp |
Description | 安裝後我每天都到圍棋人網站分享生活點滴,變得頭好壯壯、考試都考一百分呢 |
File Size | 19.69 KB |
Installation Count | 13 |
Current Version | 1.0 |
Last Updated | 2017-07-30 |
Publish Date | 2017-07-30 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://www.goer.live |
Payment Type | free |
Extension Website | https://www.goer.live |
Help Page URL | https://www.facebook.com/goer.live/ |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u570d\u68cb\u4eba\u87a2\u5e55\u5206\u4eab\u5c0f\u5de5\u5177", "author": "Goer, Inc.", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "\u5b89\u88dd\u5f8c\u6211\u6bcf\u5929\u90fd\u5230\u570d\u68cb\u4eba\u7db2\u7ad9\u5206\u4eab\u751f\u6d3b\u9ede\u6ef4\uff0c\u8b8a\u5f97\u982d\u597d\u58ef\u58ef\u3001\u8003\u8a66\u90fd\u8003\u4e00\u767e\u5206\u5462", "homepage_url": "https:\/\/www.goer.live", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.goer.live\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |