Manipulation with comments on dtf, tj, vc

Manipulation with comments on dtf, tj, vc

什麼是Manipulation with comments on dtf, tj, vc?

Manipulation with comments on dtf, tj, vc是由PixelCatman開發的Chrome擴展程式,該擴展的主要功能是“Manipulation with comments on dtf, tj, vc”。

擴展截圖

screenshot
screenshot

下載Manipulation with comments on dtf, tj, vc擴展crx文件

下載Manipulation with comments on dtf, tj, vc擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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?".                    

擴展基本資訊

名稱 Manipulation with comments on dtf, tj, vc Manipulation with comments on dtf, tj, vc
ID lkkdcmnaoijhbeoonhibdbkalndpkalp
官方網址 https://chromewebstore.google.com/detail/manipulation-with-comment/lkkdcmnaoijhbeoonhibdbkalndpkalp
簡介 Manipulation with comments on dtf, tj, vc
檔案大小 21.65 KB
安裝次數 82
目前版本 3.3.3
更新時間 2023-04-16
上架時間 2021-04-04
評分 5.00/5 共 2 次評分
開發者 PixelCatman
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}