Vaporfly Vaporizer

Removes Facebook comments and posts that mention Nike Supershoes

Was ist Vaporfly Vaporizer?

Vaporfly Vaporizer ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Removes Facebook comments and posts that mention Nike Supershoes".

Erweiterungsscreenshots

screenshot

Vaporfly Vaporizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vaporfly Vaporizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This Chrome Extension will hide (leaving a blank space) all posts or comments with Vaporfly, Alphafly, Next%, or 4%.

If it is a post, it will hide the post AND all comments. If it is a comment, it will hide just the comment.12                    

Grundlegende Informationen zur Erweiterung

Name Vaporfly Vaporizer Vaporfly Vaporizer
ID epccdegdcgopafaodmjhoibdebanphmg
Offizielle URL https://chromewebstore.google.com/detail/vaporfly-vaporizer/epccdegdcgopafaodmjhoibdebanphmg
Beschreibung Removes Facebook comments and posts that mention Nike Supershoes
Dateigröße 446 KB
Installationsanzahl 25
Aktuelle Version 0.1
Letztes Update 2020-02-03
Veröffentlichungsdatum 2020-02-03
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vaporfly Vaporizer",
    "short_name": "vapor(fly)izer",
    "version": "0.1",
    "icons": {
        "16": "no-vaporfly-16px.png",
        "48": "no-vaporfly-48px.png",
        "128": "no-vaporfly-icon.png"
    },
    "description": "Removes Facebook comments and posts that mention Nike Supershoes",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}