Kode Injector
Helps to inject JavaScript and CSS from local files
什么是Kode Injector?
Kode Injector是由maximtop开发的Chrome扩展程序,该扩展的主要功能是“Helps to inject JavaScript and CSS from local files”。
扩展截图
下载Kode Injector扩展crx文件
下载Kode Injector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Kode Injector helps you to modify sites you are visiting with you browser via injecting JavaScript or CSS code.
IMPORTANT:
This extension need "Allow access to file URLs" to be activated
Links to local files should have "file" protocol, for example: "file:///index.js"
Please fill free to submit your issues here: https://gitlab.com/maximtop/kode-injector/issues 扩展基本信息
| 名称 | |
| ID | fgdehkdkmaiedleekbjpfoicpmodbicg |
| 官方URL | https://chromewebstore.google.com/detail/kode-injector/fgdehkdkmaiedleekbjpfoicpmodbicg |
| 简介 | Helps to inject JavaScript and CSS from local files |
| 文件大小 | 547 KB |
| 安装次数 | 237 |
| 当前版本 | 0.7.4 |
| 更新时间 | 2023-05-01 |
| 上架时间 | 2018-03-06 |
| 开发者 | maximtop |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://gitlab.com/maximtop/kode-injector |
| 帮助页面URL | https://gitlab.com/maximtop/kode-injector/issues |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"options_page": "options.html",
"icons": {
"16": "assets\/img\/icon-16.png",
"32": "assets\/img\/icon-32.png",
"48": "assets\/img\/icon-48.png",
"128": "assets\/img\/icon-128.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"16": "assets\/img\/icon-16.png",
"32": "assets\/img\/icon-32.png"
},
"default_title": "__MSG_name__",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
" | |