Injector

Extension for local, dynamic addition of js/css to the any page

Injector là gì?

Injector là một tiện ích mở rộng Chrome được phát triển bởi rozov1, và tính năng chính của nó là "Extension for local, dynamic addition of js/css to the any page".

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

screenshot
screenshot

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

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

                        Using with gulp and gulp-ws-sender. For more information see readme in github repo https://github.com/bercly0b/injector-chrome-extension
If you have any question feel free to contact me                    

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

Tên Injector Injector
ID fopkjckkihccjckhmikeclmkghlipbil
URL Chính Thức https://chromewebstore.google.com/detail/injector/fopkjckkihccjckhmikeclmkghlipbil
Mô tả Extension for local, dynamic addition of js/css to the any page
Kích Thước Tệp 13.47 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2019-02-03
Ngày Phát Hành 2019-01-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rozov1
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bercly0b/injector-chrome-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Injector",
    "short_name": "si",
    "version": "1.2.1",
    "description": "Extension for local, dynamic addition of js\/css to the any page",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "64": "icons\/off-64.png",
        "128": "icons\/off-128.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/off-64.png",
            "128": "icons\/off-128.png"
        },
        "default_title": "You should have a Websocket server. Use with gulp and gulp-ws-sender",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}