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”。
扩展截图
下载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 |
ID | epccdegdcgopafaodmjhoibdebanphmg |
官方URL | 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 } |