Vaporfly Vaporizer

Removes Facebook comments and posts that mention Nike Supershoes

What is Vaporfly Vaporizer?

Vaporfly Vaporizer is a Chrome extension developed by Unknown, and its main feature is "Removes Facebook comments and posts that mention Nike Supershoes".

Extension Screenshots

screenshot

Download Vaporfly Vaporizer Extension CRX File

Download Vaporfly Vaporizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Vaporfly Vaporizer Vaporfly Vaporizer
ID epccdegdcgopafaodmjhoibdebanphmg
Official URL https://chromewebstore.google.com/detail/vaporfly-vaporizer/epccdegdcgopafaodmjhoibdebanphmg
Description Removes Facebook comments and posts that mention Nike Supershoes
File Size 446 KB
Installation Count 25
Current Version 0.1
Last Updated 2020-02-03
Publish Date 2020-02-03
Developer Unknown
Payment Type free
Supported Languages 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
}