PureTwitter

Filters out inappropriate tweets and accounts. Enjoy a cleaner, safer Twitter experience!

PureTwitter là gì?

PureTwitter là một tiện ích mở rộng Chrome được phát triển bởi Lee, và tính năng chính của nó là "Filters out inappropriate tweets and accounts. Enjoy a cleaner, safer Twitter experience!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng PureTwitter 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

                        A browser extension that filters out tweets and Twitter accounts containing pornography, violence, or advertisements automatically. With this extension, you can now stay away from junk tweets and enjoy a cleaner and safer Twitter experience. Say goodbye to inappropriate content and hello to a more pleasant social media experience. Get our browser extension now and start enjoying a better Twitter!                    

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

Tên PureTwitter PureTwitter
ID nflidllhiamnebgbgoemadhhfdpbbpbi
URL Chính Thức https://chromewebstore.google.com/detail/puretwitter/nflidllhiamnebgbgoemadhhfdpbbpbi
Mô tả Filters out inappropriate tweets and accounts. Enjoy a cleaner, safer Twitter experience!
Kích Thước Tệp 371 KB
Số Lần Cài Đặt 4,145
Phiên Bản Hiện Tại 1.0.14
Cập Nhật Lần Cuối 2023-12-21
Ngày Phát Hành 2023-07-07
Đánh Giá 4.63/5 Tổng số 27 Đánh Giá
Nhà Phát Triển Lee
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/1f7656aa-e3fa-4948-8033-2112e39a6734
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "manifest_version": 3,
    "name": "PureTwitter",
    "description": "Filters out inappropriate tweets and accounts. Enjoy a cleaner, safer Twitter experience\uff01",
    "version": "1.0.14",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/puretwitter.ikeyly.cn\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/injected.js"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}