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 |
| 官方網址 | 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": [
" | |