Vaporfly Vaporizer

Removes Facebook comments and posts that mention Nike Supershoes

Cos'è Vaporfly Vaporizer?

Vaporfly Vaporizer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Removes Facebook comments and posts that mention Nike Supershoes".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Vaporfly Vaporizer

Scarica i file di estensione Vaporfly Vaporizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Vaporfly Vaporizer Vaporfly Vaporizer
ID epccdegdcgopafaodmjhoibdebanphmg
URL Ufficiale https://chromewebstore.google.com/detail/vaporfly-vaporizer/epccdegdcgopafaodmjhoibdebanphmg
Descrizione Removes Facebook comments and posts that mention Nike Supershoes
Dimensione del File 446 KB
Conteggio Installazioni 25
Versione Corrente 0.1
Ultimo Aggiornamento 2020-02-03
Data di Pubblicazione 2020-02-03
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}