Memeflag delouser
This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.
Co je Memeflag delouser?
Memeflag delouser je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Memeflag delouser
Stáhněte si soubory rozšíření Memeflag delouser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension automatically hides and marks posters who try to hide their country of origin.
Základní Informace o Rozšíření
Název | Memeflag delouser |
ID | mcdkjljdeoejnmbccbcnckfofgfoimnf |
Oficiální URL | https://chromewebstore.google.com/detail/memeflag-delouser/mcdkjljdeoejnmbccbcnckfofgfoimnf |
Popis | This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin. |
Velikost souboru | 58.68 KB |
Počet instalací | 106 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2019-04-15 |
Datum Vydání | 2019-04-15 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/DelouseMemeFlags/MemeflagDelouser |
Podporované Jazyky | 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" ] } ] } |