Vaporfly Vaporizer

Removes Facebook comments and posts that mention Nike Supershoes

什麼是Vaporfly Vaporizer?

Vaporfly Vaporizer是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Removes Facebook comments and posts that mention Nike Supershoes”。

擴展截圖

screenshot

下載Vaporfly Vaporizer擴展crx文件

下載Vaporfly Vaporizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Vaporfly Vaporizer Vaporfly Vaporizer
ID epccdegdcgopafaodmjhoibdebanphmg
官方網址 https://chromewebstore.google.com/detail/vaporfly-vaporizer/epccdegdcgopafaodmjhoibdebanphmg
簡介 Removes Facebook comments and posts that mention Nike Supershoes
檔案大小 446 KB
安裝次數 25
目前版本 0.1
更新時間 2020-02-03
上架時間 2020-02-03
開發者 Unknown
付費類型 free
支援的語言 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
}