Manipulation with comments on dtf, tj, vc

Manipulation with comments on dtf, tj, vc

Was ist Manipulation with comments on dtf, tj, vc?

Manipulation with comments on dtf, tj, vc ist eine Chrome-Erweiterung, die von PixelCatman entwickelt wurde, und ihr Hauptmerkmal ist "Manipulation with comments on dtf, tj, vc".

Erweiterungsscreenshots

screenshot
screenshot

Manipulation with comments on dtf, tj, vc-Erweiterungs-CRX-Datei herunterladen

Laden Sie Manipulation with comments on dtf, tj, vc-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Manipulation with comments on dtf, tj, vc Manipulation with comments on dtf, tj, vc
ID lkkdcmnaoijhbeoonhibdbkalndpkalp
Offizielle URL https://chromewebstore.google.com/detail/manipulation-with-comment/lkkdcmnaoijhbeoonhibdbkalndpkalp
Beschreibung Manipulation with comments on dtf, tj, vc
Dateigröße 21.65 KB
Installationsanzahl 82
Aktuelle Version 3.3.3
Letztes Update 2023-04-16
Veröffentlichungsdatum 2021-04-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler PixelCatman
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}