Memeflag delouser
This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.
What is Memeflag delouser?
Memeflag delouser is a Chrome extension developed by Unknown, and its main feature is "This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.".
Extension Screenshots
Download Memeflag delouser Extension CRX File
Download Memeflag delouser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension automatically hides and marks posters who try to hide their country of origin.
Extension Basic Information
Name | Memeflag delouser |
ID | mcdkjljdeoejnmbccbcnckfofgfoimnf |
Official URL | https://chromewebstore.google.com/detail/memeflag-delouser/mcdkjljdeoejnmbccbcnckfofgfoimnf |
Description | This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin. |
File Size | 58.68 KB |
Installation Count | 106 |
Current Version | 1.3 |
Last Updated | 2019-04-15 |
Publish Date | 2019-04-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/DelouseMemeFlags/MemeflagDelouser |
Supported Languages | 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" ] } ] } |