Larry Filter for Twitter

Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com!

Larry Filter for Twitterคืออะไร?

Larry Filter for Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.larryfilter.com และคุณลักษณะหลักของมันคือ "Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Larry Filter for Twitter

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

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

                        Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com!                    

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

ชื่อ Larry Filter for Twitter Larry Filter for Twitter
ID ifgdeokhnfkbgdocafpokgdnnfbnbbok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/larry-filter-for-twitter/ifgdeokhnfkbgdocafpokgdnnfbnbbok
คำอธิบาย Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com!
ขนาดไฟล์ 2.09 MB
จำนวนการติดตั้ง 1,745
เวอร์ชันปัจจุบัน 2.5.1
อัปเดตครั้งล่าสุด 2020-11-01
วันที่เผยแพร่ 2020-02-04
คะแนน 3.99/5 รวมทั้งหมด 69 คะแนน
ผู้พัฒนา https://www.larryfilter.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "short_name": "Larry Filter",
    "version": "2.5.1",
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/www.larryfilter.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/Twitter-32.png",
        "default_popup": "menu.html"
    },
    "content_scripts": [
        {
            "css": [
                "twitter.css"
            ],
            "js": [
                "jquery.js",
                "larryfilter.js"
            ],
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*",
                "http:\/\/www.twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/Twitter-128.png",
        "48": "images\/Twitter-48.png",
        "32": "images\/Twitter-32.png",
        "16": "images\/Twitter-16.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.api.twitter.com https:\/\/syndication.twitter.com https:\/\/larryfilter.com; object-src 'self'",
    "minimum_chrome_version": "22",
    "web_accessible_resources": [
        "images\/*.png",
        "fonts\/*.ttf",
        "fonts\/*.woff"
    ]
}