Code Injector
Extension for JS & style injecting into the specified website.
什么是Code Injector?
Code Injector是由martin.suba01开发的Chrome扩展程序,该扩展的主要功能是“Extension for JS & style injecting into the specified website.”。
扩展截图
下载Code Injector扩展crx文件
下载Code Injector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tool for injecting custom JavaScript and CSS into website specified by domain. Uses Chrome storage sync API to store your scripts. You can create and edit your scripts in the tab UI of the extension which opens on extension icon click. There's jQuery support for JavaScript codes. Features: ✔️ injects JS and CSS code into website specified by domain match ✔️ supports jQuery v3.4.1 ✔️ tab UI for script management ✔️ simple code editor with JS/CSS text highlight
扩展基本信息
名称 | Code Injector |
ID | mmngbmmjfjannofkffhoindghfbhcool |
官方URL | https://chromewebstore.google.com/detail/code-injector/mmngbmmjfjannofkffhoindghfbhcool |
简介 | Extension for JS & style injecting into the specified website. |
文件大小 | 110 KB |
安装次数 | 1,016 |
当前版本 | 0.0.1 |
更新时间 | 2020-02-06 |
上架时间 | 2020-02-06 |
评分 | 3.30/5 共10次评分 |
开发者 | martin.suba01 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Code Injector", "description": "Extension for JS & style injecting into the specified website.", "version": "0.0.1", "author": "Martin Suba", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "64": "icons\/icon64.png" }, "default_title": "Open the Code Injector in tab" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "storage", "activeTab", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |