9gag post filter
A post filter for 9GAG.com
9gag post filter là gì?
9gag post filter là một tiện ích mở rộng Chrome được phát triển bởi amitbokodev, và tính năng chính của nó là "A post filter for 9GAG.com".
Ả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 9gag post filter
Tải xuống các tệp mở rộng 9gag post filter 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 is meant to fix what the 9gag devs shamelessly broke, or refuse to give us. features include: - BRING BACK THE DOWNVOTES - Mark spammer accounts - Show days next to the username on every post - Hide users with less than X amount of days - Hide anonymous 9GAGGER posts - Hide users with blue chackmarks - Hide posts by tags or words in the title Use this extension on android with Kiwi browser. This extension is also on FIrefox and Firefox for Android! Check '9gag-post-filter' on github to see how to install it
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 9gag post filter |
ID | ajkipkkhchaaccpbpkclolpebkgbmodl |
URL Chính Thức | https://chromewebstore.google.com/detail/9gag-post-filter/ajkipkkhchaaccpbpkclolpebkgbmodl |
Mô tả | A post filter for 9GAG.com |
Kích Thước Tệp | 46.81 KB |
Số Lần Cài Đặt | 799 |
Phiên Bản Hiện Tại | 1.1.6 |
Cập Nhật Lần Cuối | 2023-06-19 |
Ngày Phát Hành | 2023-02-06 |
Đánh Giá | 4.60/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | amitbokodev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/AmitBokoDev/9gag-post-filter |
URL Trang Trợ Giúp | https://github.com/AmitBokoDev/9gag-post-filter/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "9gag post filter", "description": "A post filter for 9GAG.com", "version": "1.1.6", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } }, "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "index.html" }, "content_scripts": [ { "css": [ "assets\/css\/content.css" ], "js": [ "assets\/js\/jquery_slim_mini.js", "assets\/js\/content.js" ], "matches": [ "https:\/\/9gag.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-inline'; object-src 'self'" } ] } |