Manipulation with comments on dtf, tj, vc

Manipulation with comments on dtf, tj, vc

Vad är Manipulation with comments on dtf, tj, vc?

Manipulation with comments on dtf, tj, vc är en Chrome-tillägg utvecklad av PixelCatman, och dess huvudfunktion är "Manipulation with comments on dtf, tj, vc".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Manipulation with comments on dtf, tj, vc-förlängningens CRX-fil

Ladda ner Manipulation with comments on dtf, tj, vc-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Manipulation with comments on dtf, tj, vc Manipulation with comments on dtf, tj, vc
ID lkkdcmnaoijhbeoonhibdbkalndpkalp
Officiell webbadress https://chromewebstore.google.com/detail/manipulation-with-comment/lkkdcmnaoijhbeoonhibdbkalndpkalp
Beskrivning Manipulation with comments on dtf, tj, vc
Filstorlek 21.65 KB
Antal Installationer 82
Aktuell Version 3.3.3
Senast Uppdaterad 2023-04-16
Publiceringsdatum 2021-04-04
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare PixelCatman
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}