Memeflag delouser
This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.
Что такое Memeflag delouser?
Memeflag delouser - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.".
Снимки экрана расширения
Скачать файл CRX расширения Memeflag delouser
Скачайте файлы расширений Memeflag delouser в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension automatically hides and marks posters who try to hide their country of origin.
Основная информация о расширении
Название | Memeflag delouser |
ID | mcdkjljdeoejnmbccbcnckfofgfoimnf |
Официальный URL | https://chromewebstore.google.com/detail/memeflag-delouser/mcdkjljdeoejnmbccbcnckfofgfoimnf |
Описание | This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin. |
Размер файла | 58.68 KB |
Количество установок | 106 |
Текущая Версия | 1.3 |
Последнее Обновление | 2019-04-15 |
Дата публикации | 2019-04-15 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/DelouseMemeFlags/MemeflagDelouser |
Поддерживаемые языки | 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" ] } ] } |