Vaporfly Vaporizer
Removes Facebook comments and posts that mention Nike Supershoes
Co to jest Vaporfly Vaporizer?
Vaporfly Vaporizer to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Removes Facebook comments and posts that mention Nike Supershoes”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Vaporfly Vaporizer
Pobierz pliki rozszerzeń Vaporfly Vaporizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Vaporfly Vaporizer |
ID | epccdegdcgopafaodmjhoibdebanphmg |
Oficjalny URL | https://chromewebstore.google.com/detail/vaporfly-vaporizer/epccdegdcgopafaodmjhoibdebanphmg |
Opis | Removes Facebook comments and posts that mention Nike Supershoes |
Rozmiar pliku | 446 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2020-02-03 |
Data Publikacji | 2020-02-03 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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 } |