9gag post filter
A post filter for 9GAG.com
什麼是9gag post filter?
9gag post filter是由amitbokodev開發的Chrome擴展程式,該擴展的主要功能是“A post filter for 9GAG.com”。
擴展截圖
下載9gag post filter擴展crx文件
下載9gag post filter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | 9gag post filter |
ID | ajkipkkhchaaccpbpkclolpebkgbmodl |
官方網址 | https://chromewebstore.google.com/detail/9gag-post-filter/ajkipkkhchaaccpbpkclolpebkgbmodl |
簡介 | A post filter for 9GAG.com |
檔案大小 | 46.81 KB |
安裝次數 | 799 |
目前版本 | 1.1.6 |
更新時間 | 2023-06-19 |
上架時間 | 2023-02-06 |
評分 | 4.60/5 共 15 次評分 |
開發者 | amitbokodev |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/AmitBokoDev/9gag-post-filter |
說明頁面URL | https://github.com/AmitBokoDev/9gag-post-filter/issues |
支援的語言 | 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'" } ] } |