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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}