uyou 新标签页
这是一个很好看的新标签页!
Wat is uyou 新标签页?
uyou 新标签页 is een Chrome-extensie ontwikkeld door uyou工作室, en de belangrijkste functie is "这是一个很好看的新标签页!".
Extensie Screenshots
Download het CRX-bestand van de extensie uyou 新标签页
Download uyou 新标签页-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
她带来了一个好看的新标签页
她提供了一个带有部分小功能的新标签页 Basisinformatie over de Extensie
| Naam | |
| ID | ecdbpdmfhdnklemcfooinlnjilnlgdnl |
| Officiële URL | https://chrome.google.com/webstore/detail/uyou-%E6%96%B0%E6%A0%87%E7%AD%BE%E9%A1%B5/ecdbpdmfhdnklemcfooinlnjilnlgdnl |
| Beschrijving | 这是一个很好看的新标签页! |
| Bestandsgrootte | 5.9 MB |
| Aantal Installaties | 111 |
| Huidige Versie | 1.2.8 |
| Laatst Bijgewerkt | 2022-07-16 |
| Publicatiedatum | 2022-02-11 |
| Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | uyou工作室 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://newtab.uyou.org.cn/ |
| Ondersteunde Talen | 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';"
}
} | |