Manipulation with comments on dtf, tj, vc

Manipulation with comments on dtf, tj, vc

Manipulation with comments on dtf, tj, vc là gì?

Manipulation with comments on dtf, tj, vc là một tiện ích mở rộng Chrome được phát triển bởi PixelCatman, và tính năng chính của nó là "Manipulation with comments on dtf, tj, vc".

Ả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 Manipulation with comments on dtf, tj, vc

Tải xuống các tệp mở rộng Manipulation with comments on dtf, tj, vc 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

                        Manipulation with comments on dtf, tj, vc.
Chrome extension for the comment section of websites "dtf.ru", "tjournal.ru", "vc.ru".

Features:
- Hide comments block on news pages and instead of block, add a picture with the phrase "who will save your soul?".                    

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

Tên Manipulation with comments on dtf, tj, vc Manipulation with comments on dtf, tj, vc
ID lkkdcmnaoijhbeoonhibdbkalndpkalp
URL Chính Thức https://chromewebstore.google.com/detail/manipulation-with-comment/lkkdcmnaoijhbeoonhibdbkalndpkalp
Mô tả Manipulation with comments on dtf, tj, vc
Kích Thước Tệp 21.65 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 3.3.3
Cập Nhật Lần Cuối 2023-04-16
Ngày Phát Hành 2021-04-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển PixelCatman
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",
    "manifest_version": 3,
    "name": "Manipulation with comments on dtf, tj, vc",
    "description": "Manipulation with comments on dtf, tj, vc",
    "version": "3.3.3",
    "author": "Save Your Soul",
    "action": {
        "default_title": "Manipulation with comments on dtf, tj, vc",
        "default_icon": "icon16.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dtf.ru\/*",
                "https:\/\/tjournal.ru\/*",
                "https:\/\/vc.ru\/*",
                "https:\/\/new.dtf.ru\/*"
            ],
            "js": [
                "content.js",
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}