Manipulation with comments on dtf, tj, vc

Manipulation with comments on dtf, tj, vc

Τι είναι το Manipulation with comments on dtf, tj, vc;

Το Manipulation with comments on dtf, tj, vc είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PixelCatman, και η κύρια λειτουργία του είναι "Manipulation with comments on dtf, tj, vc".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Manipulation with comments on dtf, tj, vc

Λήψη αρχείων επέκτασης Manipulation with comments on dtf, tj, vc σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Manipulation with comments on dtf, tj, vc Manipulation with comments on dtf, tj, vc
ID lkkdcmnaoijhbeoonhibdbkalndpkalp
Επίσημο URL https://chromewebstore.google.com/detail/manipulation-with-comment/lkkdcmnaoijhbeoonhibdbkalndpkalp
Περιγραφή Manipulation with comments on dtf, tj, vc
Μέγεθος Αρχείου 21.65 KB
Αριθμός Εγκαταστάσεων 82
Τρέχουσα Έκδοση 3.3.3
Τελευταία Ενημέρωση 2023-04-16
Ημερομηνία Δημοσίευσης 2021-04-04
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής PixelCatman
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}