Kode Injector
Helps to inject JavaScript and CSS from local files
Kode Injector là gì?
Kode Injector là một tiện ích mở rộng Chrome được phát triển bởi maximtop, và tính năng chính của nó là "Helps to inject JavaScript and CSS from local files".
Ả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 Kode Injector
Tải xuống các tệp mở rộng Kode 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kode Injector |
ID | fgdehkdkmaiedleekbjpfoicpmodbicg |
URL Chính Thức | https://chromewebstore.google.com/detail/kode-injector/fgdehkdkmaiedleekbjpfoicpmodbicg |
Mô tả | Helps to inject JavaScript and CSS from local files |
Kích Thước Tệp | 547 KB |
Số Lần Cài Đặt | 237 |
Phiên Bản Hiện Tại | 0.7.4 |
Cập Nhật Lần Cuối | 2023-05-01 |
Ngày Phát Hành | 2018-03-06 |
Nhà Phát Triển | maximtop |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gitlab.com/maximtop/kode-injector |
URL Trang Trợ Giúp | https://gitlab.com/maximtop/kode-injector/issues |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |