Vaporfly Vaporizer

Removes Facebook comments and posts that mention Nike Supershoes

Wat is Vaporfly Vaporizer?

Vaporfly Vaporizer is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Removes Facebook comments and posts that mention Nike Supershoes".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Vaporfly Vaporizer

Download Vaporfly Vaporizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Vaporfly Vaporizer Vaporfly Vaporizer
ID epccdegdcgopafaodmjhoibdebanphmg
Officiële URL https://chromewebstore.google.com/detail/vaporfly-vaporizer/epccdegdcgopafaodmjhoibdebanphmg
Beschrijving Removes Facebook comments and posts that mention Nike Supershoes
Bestandsgrootte 446 KB
Aantal Installaties 25
Huidige Versie 0.1
Laatst Bijgewerkt 2020-02-03
Publicatiedatum 2020-02-03
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}