Memeflag delouser
This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.
Memeflag delouser là gì?
Memeflag delouser là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Memeflag delouser
Tải xuống các tệp mở rộng Memeflag delouser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension automatically hides and marks posters who try to hide their country of origin.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Memeflag delouser |
ID | mcdkjljdeoejnmbccbcnckfofgfoimnf |
URL Chính Thức | https://chromewebstore.google.com/detail/memeflag-delouser/mcdkjljdeoejnmbccbcnckfofgfoimnf |
Mô tả | This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin. |
Kích Thước Tệp | 58.68 KB |
Số Lần Cài Đặt | 106 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2019-04-15 |
Ngày Phát Hành | 2019-04-15 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/DelouseMemeFlags/MemeflagDelouser |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |