Manipulation with comments on dtf, tj, vc

Manipulation with comments on dtf, tj, vc

Qu'est-ce que Manipulation with comments on dtf, tj, vc ?

Manipulation with comments on dtf, tj, vc est une extension Chrome développée par PixelCatman, et sa fonction principale est "Manipulation with comments on dtf, tj, vc".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Manipulation with comments on dtf, tj, vc

Téléchargez les fichiers d'extension Manipulation with comments on dtf, tj, vc au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Manipulation with comments on dtf, tj, vc Manipulation with comments on dtf, tj, vc
ID lkkdcmnaoijhbeoonhibdbkalndpkalp
URL Officiel https://chromewebstore.google.com/detail/manipulation-with-comment/lkkdcmnaoijhbeoonhibdbkalndpkalp
Description Manipulation with comments on dtf, tj, vc
Taille du Fichier 21.65 KB
Nombre d'Installations 82
Version Actuelle 3.3.3
Dernière Mise à Jour 2023-04-16
Date de Publication 2021-04-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur PixelCatman
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}