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 là gì?

Larry Filter for Twitter là một tiện ích mở rộng Chrome được phát triển bởi https://www.larryfilter.com, và tính năng chính của nó là "Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Larry Filter for Twitter

Tải xuống các tệp mở rộng Larry Filter for Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Larry Filter for Twitter Larry Filter for Twitter
ID ifgdeokhnfkbgdocafpokgdnnfbnbbok
URL Chính Thức https://chromewebstore.google.com/detail/larry-filter-for-twitter/ifgdeokhnfkbgdocafpokgdnnfbnbbok
Mô tả Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com!
Kích Thước Tệp 2.09 MB
Số Lần Cài Đặt 1,745
Phiên Bản Hiện Tại 2.5.1
Cập Nhật Lần Cuối 2020-11-01
Ngày Phát Hành 2020-02-04
Đánh Giá 3.99/5 Tổng số 69 Đánh Giá
Nhà Phát Triển https://www.larryfilter.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}