Reddit Hide by Flair

Hide Reddit posts by flairs

Reddit Hide by Flairคืออะไร?

Reddit Hide by Flair เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://a7med.me และคุณลักษณะหลักของมันคือ "Hide Reddit posts by flairs"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Hide by Flair

ดาวน์โหลดไฟล์ส่วนขยาย Reddit Hide by Flair ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        💠 Hide Reddit posts by flairs.
💠 This will work on any subreddit that uses flairs.
💠 show the number of posts hidden on the extension badge with the option to turn that off. 
 
For example on 
https://www.reddit.com/r/LivestreamFail/

you can hide flairs like IRL or anything you like. 
________________________________________

Update v  2.0 : now working with the new Reddit design



If you like the extension, please rate with
⭐⭐⭐⭐⭐ 5 stars and give it a +1 👍
💠 Also, check out my other extensions
https://chrome.google.com/webstore/search/a7med?_category=extensions
_________________________________________                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reddit Hide by Flair Reddit Hide by Flair
ID bmdjgeacgallihlcjodoebibfnmoeiol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-hide-by-flair/bmdjgeacgallihlcjodoebibfnmoeiol
คำอธิบาย Hide Reddit posts by flairs
ขนาดไฟล์ 67.31 KB
จำนวนการติดตั้ง 326
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2020-06-27
วันที่เผยแพร่ 2020-06-26
คะแนน 4.00/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://a7med.me
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://a7med.me/privacy_en.html
ภาษาที่รองรับ en
manifest.json
{
    "name": "Reddit Hide by Flair",
    "author": "A7med.me",
    "homepage_url": "http:\/\/A7med.me\/",
    "description": "Hide Reddit posts by flairs",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.tag-editor.js",
                "js\/jquery.caret.min.js",
                "js\/popup.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/style.css",
                "css\/jquery.tag-editor.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js",
            "js\/contentscript.js"
        ]
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.reddit.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Reddit Hide by Flair",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAurjCCqF7ppbxj1w1wyg3SKINhRIK2WHtIped7c2QCVKdeSGCyges31zjehwvaPmdK\/CaN3t1EGexOWSjq3KmKb+4M\/YxnNm9cURuzIUKjwB6Tqnxd4ArktgNNqsfPvqf+5NNaZPWjMtLGLkJnM0nbUKgYB+3Vvwr0Idt1qepGsfQkFc8yqEtoB33XX62IjdsH9IePfXrFRqbeu9qVhgLPfBMWlDCx5s2NIw51ZFiNzg3GUFRqVlYYtiCx\/yGRjpQYMR1Zl4GIA6EIx4GBe0dn5gMQZQZ1WrOEBVRy3uZnvftSSN9P0NuZgLYO8MPEpu4SgnZeirQDWqqxxS4+9HbhwIDAQAB",
    "manifest_version": 2
}