Js-Injection

Javascript Injection Extenstion Tool for Chromium-based Web browsers

Js-Injection là gì?

Js-Injection là một tiện ích mở rộng Chrome được phát triển bởi AnOldStory, và tính năng chính của nó là "Javascript Injection Extenstion Tool for Chromium-based Web browsers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Js-Injection

Tải xuống các tệp mở rộng Js-Injection 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

                        Javascript Injection Extension Tool for Chromium-based Web browsers

This Project is based on opensource 
visit https://github.com/AnOldStory/Js-Injection and make good extension together                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Js-Injection Js-Injection
ID mijnijeicfcodlijkmafknapfcilffni
URL Chính Thức https://chromewebstore.google.com/detail/js-injection/mijnijeicfcodlijkmafknapfcilffni
Mô tả Javascript Injection Extenstion Tool for Chromium-based Web browsers
Kích Thước Tệp 1.11 MB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2020-04-02
Ngày Phát Hành 2020-03-27
Nhà Phát Triển AnOldStory
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Js-Injection",
    "author": "AnOldStory",
    "version": "2.0.2",
    "description": "Javascript Injection Extenstion Tool for Chromium-based Web browsers",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "injection.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Js-Injection"
    },
    "icons": {
        "128": "icon128.png"
    },
    "options_page": "index.html",
    "permissions": [
        "storage",
        ""
    ]
}