Vaporfly Vaporizer

Removes Facebook comments and posts that mention Nike Supershoes

Vad är Vaporfly Vaporizer?

Vaporfly Vaporizer är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Removes Facebook comments and posts that mention Nike Supershoes".

Tilläggsskärmbilder

screenshot

Ladda ner Vaporfly Vaporizer-förlängningens CRX-fil

Ladda ner Vaporfly Vaporizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Vaporfly Vaporizer Vaporfly Vaporizer
ID epccdegdcgopafaodmjhoibdebanphmg
Officiell webbadress https://chromewebstore.google.com/detail/vaporfly-vaporizer/epccdegdcgopafaodmjhoibdebanphmg
Beskrivning Removes Facebook comments and posts that mention Nike Supershoes
Filstorlek 446 KB
Antal Installationer 25
Aktuell Version 0.1
Senast Uppdaterad 2020-02-03
Publiceringsdatum 2020-02-03
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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
}