Web Code Injector

Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.

Web Code Injector là gì?

Web Code Injector là một tiện ích mở rộng Chrome được phát triển bởi Jon Ander Echeverria Sanchez, và tính năng chính của nó là "Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.".

Ả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 Web Code Injector

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

                        Add your own code (HTML, CSS, JS) to your favourite websites. You have 3 different ways to work, from the popup in the top icon, from a browser tab or from the development tools (Ctrl + Shift + I or F12)                    

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

Tên Web Code Injector Web Code Injector
ID gffmljieoedhigbaagdjoipecmbiifkf
URL Chính Thức https://chromewebstore.google.com/detail/web-code-injector/gffmljieoedhigbaagdjoipecmbiifkf
Mô tả Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.
Kích Thước Tệp 2.36 MB
Số Lần Cài Đặt 1,130
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2022-05-26
Ngày Phát Hành 2019-09-12
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Jon Ander Echeverria Sanchez
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Code Injector",
    "description": "Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.",
    "manifest_version": 2,
    "version": "3.0.2",
    "short_name": "WCI",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "cs.js"
            ]
        }
    ],
    "devtools_page": "devBg.html",
    "browser_action": {
        "default_title": "Web Code Injector",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}