External script loader
Enable to load external script when a page loaded
什么是External script loader?
External script loader是由ui3o.com开发的Chrome扩展程序,该扩展的主要功能是“Enable to load external script when a page loaded”。
扩展截图
下载External script loader扩展crx文件
下载External script loader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This add-on enable to load external script to add extra features. It can load script from remote server. Possible to manage feature for users. The content script will be run at document_start state. 扩展基本信息
| 名称 | |
| ID | lednjajedpjbhlhjgdbmcjiddjagachp |
| 官方URL | https://chromewebstore.google.com/detail/external-script-loader/lednjajedpjbhlhjgdbmcjiddjagachp |
| 简介 | Enable to load external script when a page loaded |
| 文件大小 | 19.62 KB |
| 安装次数 | 107 |
| 当前版本 | 2.3.0 |
| 更新时间 | 2022-03-25 |
| 上架时间 | 2020-03-06 |
| 开发者 | ui3o.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ui3o/external-extension |
| 帮助页面URL | https://github.com/ui3o/external-extension |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "External script loader",
"version": "2.3.0",
"manifest_version": 2,
"description": "Enable to load external script when a page loaded",
"homepage_url": "https:\/\/github.com\/ui3o\/external-extension\/",
"icons": {
"16": "icons\/icon16x16.png",
"48": "icons\/icon48x48.png",
"128": "icons\/icon128x128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"src\/core.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"src\/iframe.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"background": {
"scripts": [
"src\/background.js"
]
},
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"http:\/\/localhost\/",
"storage",
"webRequest",
"webRequestBlocking",
" | |