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 拡張機能の基本情報
| 名前 | |
| 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
} | |