youshu
有数开发提效插件
Wat is youshu?
youshu is een Chrome-extensie ontwikkeld door taojinhuo, en de belangrijkste functie is "有数开发提效插件".
Extensie Screenshots
Download het CRX-bestand van de extensie youshu
Download youshu-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 | jffnbhjhndabcccjmmcjhngjccaiebpb | 
| Officiële URL | https://chromewebstore.google.com/detail/youshu/jffnbhjhndabcccjmmcjhngjccaiebpb | 
| Beschrijving | 有数开发提效插件 | 
| Bestandsgrootte | 5.41 MB | 
| Aantal Installaties | 108 | 
| Huidige Versie | 1.0.25 | 
| Laatst Bijgewerkt | 2023-10-25 | 
| Publicatiedatum | 2021-10-29 | 
| Ontwikkelaar | taojinhuo | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "taojinhuo",
    "name": "youshu",
    "version": "1.0.25",
    "description": "\u6709\u6570\u5f00\u53d1\u63d0\u6548\u63d2\u4ef6",
    "icons": {
        "128": "images\/youshu128.png",
        "16": "images\/youshu16.png",
        "48": "images\/youshu48.png",
        "64": "images\/youshu64.png"
    },
    "browser_action": {
        "default_icon": "images\/youshu16.png",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/g.alicdn.com http:\/\/127.0.0.1 http:\/\/localhost \/config\/config.html; object-src 'self';",
    "optional_permissions": [],
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.alibaba-inc.com\/*",
        "*:\/\/*.chengfengos.com\/*",
        "*:\/\/*.alibaba.com\/*",
        "*:\/\/*.alibaba.net\/*",
        "*:\/\/*.dingtalk.com\/*"
    ],
    "devtools_page": "devtools\/entry.html",
    "background": {
        "page2": "background\/background.html",
        "scripts": [
            "dist\/background.bundle.js"
        ],
        "persistent": true
    }
}  |  |