Code Injector
Extension for JS & style injecting into the specified website.
Code Injector là gì?
Code Injector là một tiện ích mở rộng Chrome được phát triển bởi martin.suba01, và tính năng chính của nó là "Extension for JS & style injecting into the specified website.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Code Injector
Tải xuống các tệp mở rộng Code Injector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Code Injector |
ID | mmngbmmjfjannofkffhoindghfbhcool |
URL Chính Thức | https://chromewebstore.google.com/detail/code-injector/mmngbmmjfjannofkffhoindghfbhcool |
Mô tả | Extension for JS & style injecting into the specified website. |
Kích Thước Tệp | 110 KB |
Số Lần Cài Đặt | 1,016 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2020-02-06 |
Ngày Phát Hành | 2020-02-06 |
Đánh Giá | 3.30/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | martin.suba01 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |