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 |
公式URL | 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 |
Eメール | [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'" } ] } |