Vaporfly Vaporizer

Removes Facebook comments and posts that mention Nike Supershoes

Co je Vaporfly Vaporizer?

Vaporfly Vaporizer je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Removes Facebook comments and posts that mention Nike Supershoes“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Vaporfly Vaporizer

Stáhněte si soubory rozšíření Vaporfly Vaporizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Vaporfly Vaporizer Vaporfly Vaporizer
ID epccdegdcgopafaodmjhoibdebanphmg
Oficiální URL https://chromewebstore.google.com/detail/vaporfly-vaporizer/epccdegdcgopafaodmjhoibdebanphmg
Popis Removes Facebook comments and posts that mention Nike Supershoes
Velikost souboru 446 KB
Počet instalací 25
Aktuální Verze 0.1
Poslední Aktualizace 2020-02-03
Datum Vydání 2020-02-03
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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
}