Manipulation with comments on dtf, tj, vc

Manipulation with comments on dtf, tj, vc

Hvad er Manipulation with comments on dtf, tj, vc?

Manipulation with comments on dtf, tj, vc er en Chrome-udvidelse udviklet af PixelCatman, og dens hovedfunktion er "Manipulation with comments on dtf, tj, vc".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Manipulation with comments on dtf, tj, vc-udvidelses-CRX-fil

Download Manipulation with comments on dtf, tj, vc-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Manipulation with comments on dtf, tj, vc Manipulation with comments on dtf, tj, vc
ID lkkdcmnaoijhbeoonhibdbkalndpkalp
Officiel URL https://chromewebstore.google.com/detail/manipulation-with-comment/lkkdcmnaoijhbeoonhibdbkalndpkalp
Beskrivelse Manipulation with comments on dtf, tj, vc
Filstørrelse 21.65 KB
Antal Installationer 82
Nuværende Version 3.3.3
Senest Opdateret 2023-04-16
Udgivelsesdato 2021-04-04
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler PixelCatman
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}