Memeflag delouser
This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.
Co to jest Memeflag delouser?
Memeflag delouser to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Memeflag delouser
Pobierz pliki rozszerzeń Memeflag delouser 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 extension automatically hides and marks posters who try to hide their country of origin.
Podstawowe informacje o rozszerzeniu
Nazwa | Memeflag delouser |
ID | mcdkjljdeoejnmbccbcnckfofgfoimnf |
Oficjalny URL | https://chromewebstore.google.com/detail/memeflag-delouser/mcdkjljdeoejnmbccbcnckfofgfoimnf |
Opis | This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin. |
Rozmiar pliku | 58.68 KB |
Liczba instalacji | 106 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2019-04-15 |
Data Publikacji | 2019-04-15 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/DelouseMemeFlags/MemeflagDelouser |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Memeflag delouser", "version": "1.3", "manifest_version": 2, "description": "This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.", "homepage_url": "https:\/\/github.com\/DelouseMemeFlags\/MemeflagDelouser", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "http:\/\/*.4chan.org\/*", "https:\/\/*.4chan.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.4chan.org\/*", "https:\/\/*.4chan.org\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "http:\/\/*.4chan.org\/*", "https:\/\/*.4chan.org\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |