exec JavaScript
Inject your own JS code on any website
什么是exec JavaScript?
exec JavaScript是由Water开发的Chrome扩展程序,该扩展的主要功能是“Inject your own JS code on any website”。
扩展截图
下载exec JavaScript扩展crx文件
下载exec JavaScript扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension created to inject your custom JavaScript code into almost any website When you injecting your code - it will be automatically saved, or you can just hit the save button Also you can hit R/X/F buttons, they contain code prefabs and means: [const R with return function to test it/let X with console.log/simple Function] If you getting some error, just click on it, when its appears, and copy it via CTRL+C After right-clicking on the extension icon, you can: 1. Remove the icon 2. See a cookie, but I didn't tell you that, right? The extension contains: 1. jQuery v3.7.1 2. Ace editor v1.4.12 3. Displays cookies in the context menu
扩展基本信息
名称 | exec JavaScript |
ID | mcaphekjmimgcaflfkmglmanjhifhpnb |
官方URL | https://chromewebstore.google.com/detail/exec-javascript/mcaphekjmimgcaflfkmglmanjhifhpnb |
简介 | Inject your own JS code on any website |
文件大小 | 329 KB |
安装次数 | 32 |
当前版本 | 2.3.0 |
更新时间 | 2023-12-28 |
上架时间 | 2020-07-04 |
开发者 | Water |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "exec JavaScript", "short_name": "execJS", "description": "Inject your own JS code on any website", "version": "2.3.0", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "default_popup": "popup.html" }, "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "scripting", "contextMenus" ], "manifest_version": 3 } |