Manipulation with comments on dtf, tj, vc

Manipulation with comments on dtf, tj, vc

O que é Manipulation with comments on dtf, tj, vc?

Manipulation with comments on dtf, tj, vc é uma extensão do Chrome desenvolvida por PixelCatman, e sua principal característica é "Manipulation with comments on dtf, tj, vc".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Manipulation with comments on dtf, tj, vc

Baixe arquivos de extensão Manipulation with comments on dtf, tj, vc no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Manipulation with comments on dtf, tj, vc Manipulation with comments on dtf, tj, vc
ID lkkdcmnaoijhbeoonhibdbkalndpkalp
URL Oficial https://chromewebstore.google.com/detail/manipulation-with-comment/lkkdcmnaoijhbeoonhibdbkalndpkalp
Descrição Manipulation with comments on dtf, tj, vc
Tamanho do Arquivo 21.65 KB
Contagem de Instalações 82
Versão Atual 3.3.3
Última Atualização 2023-04-16
Data de Publicação 2021-04-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor PixelCatman
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}