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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PixelCatman และคุณลักษณะหลักของมันคือ "Manipulation with comments on dtf, tj, vc"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Manipulation with comments on dtf, tj, vc

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}