9gag post filter

A post filter for 9GAG.com

9gag post filter란 무엇입니까?

9gag post filter은(는) amitbokodev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A post filter for 9GAG.com"입니다.

확장 프로그램 스크린샷

screenshot

9gag post filter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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'"
        }
    ]
}