uyou 新标签页
这是一个很好看的新标签页!
What is uyou 新标签页?
uyou 新标签页 is a Chrome extension developed by uyou工作室, and its main feature is "这是一个很好看的新标签页!".
Extension Screenshots
Download uyou 新标签页 Extension CRX File
Download uyou 新标签页 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
她带来了一个好看的新标签页 她提供了一个带有部分小功能的新标签页
Extension Basic Information
Name | |
ID | ecdbpdmfhdnklemcfooinlnjilnlgdnl |
Official URL | https://chrome.google.com/webstore/detail/uyou-%E6%96%B0%E6%A0%87%E7%AD%BE%E9%A1%B5/ecdbpdmfhdnklemcfooinlnjilnlgdnl |
Description | 这是一个很好看的新标签页! |
File Size | 5.9 MB |
Installation Count | 111 |
Current Version | 1.2.8 |
Last Updated | 2022-07-16 |
Publish Date | 2022-02-11 |
Rating | 4.80/5 Total 5 Ratings |
Developer | uyou工作室 |
[email protected] | |
Payment Type | free |
Extension Website | https://newtab.uyou.org.cn/ |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "uyou \u65b0\u6807\u7b7e\u9875", "description": "\u8fd9\u662f\u4e00\u4e2a\u5f88\u597d\u770b\u7684\u65b0\u6807\u7b7e\u9875\uff01", "version": "1.2.8", "icons": { "128": "extension.png", "48": "extension.png", "16": "extension.png" }, "chrome_url_overrides": { "newtab": "newPage\/index.html" }, "action": { "default_popup": "popupPage\/extension.html", "default_icon": "extension.png" }, "permissions": [ "history", "storage", "unlimitedStorage", "downloads" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |