PureScroll: Twitter Filter for Productivity

Remove millions of unwanted tweets with just the toggle of a button.

PureScroll: Twitter Filter for Productivity là gì?

PureScroll: Twitter Filter for Productivity là một tiện ích mở rộng Chrome được phát triển bởi https://purescroll.com, và tính năng chính của nó là "Remove millions of unwanted tweets with just the toggle of a button.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng PureScroll: Twitter Filter for Productivity 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

                        Add this extension to increase productivity, maximize time efficiency, and to intelligently fight social media addictions.

Features Included:
*Politics, Sports, and Celeb Filters
*Create Custom Filters
*Ad Blocker
*View Hidden Tweets by Hovering
*Parental Control Functionality

Simply...
1) Go to Twitter.com
2) Open the PureScroll extension
3) Turn on the filters of your choice (Politics, Sports, etc) and add your own words to be filtered out as well
4) Enjoy a productive Twitter experience minus all the junk

Stay tuned for functionality updates on new websites and browsers, going mobile, as well as new pre-built filters. Add your email here for notifications, to give feedback, AND to vote on new functionalities! https://forms.gle/wYTRswwgPS76Cjvs6

We insert a small banner at the top of the page occasionally that when clicked on takes you to amazon.com. When you use our link, we get a percentage of any purchase without any additional cost to you. Thanks for your support. 

If you have any issues or any feature suggestions, email [email protected] 

Facebook + Safari + everything else you can think of coming soon....                    

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

Tên PureScroll: Twitter Filter for Productivity PureScroll: Twitter Filter for Productivity
ID mopoafnpcjdglcfbbjghffhadbbmdopo
URL Chính Thức https://chromewebstore.google.com/detail/purescroll-twitter-filter/mopoafnpcjdglcfbbjghffhadbbmdopo
Mô tả Remove millions of unwanted tweets with just the toggle of a button.
Kích Thước Tệp 831 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-08-03
Ngày Phát Hành 2021-08-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://purescroll.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://forms.gle/wYTRswwgPS76Cjvs6
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PureScroll: Twitter Filter for Productivity",
    "description": "Remove millions of unwanted tweets with just the toggle of a button.",
    "version": "1.0.0",
    "icons": {
        "192": "images\/icon192.png",
        "256": "images\/icon256.png",
        "384": "images\/icon384.png",
        "512": "images\/icon512.png"
    },
    "browser_action": {
        "default_icon": {
            "192": "images\/icon192.png",
            "256": "images\/icon256.png",
            "384": "images\/icon384.png",
            "512": "images\/icon512.png"
        }
    },
    "background": {
        "scripts": [
            ".\/jquery-3.6.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/jquery-3.6.js",
                ".\/content.js"
            ],
            "css": [
                "pure-scroll-styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/publish.twitter.com\/*",
        "http:\/\/fonts.googleapis.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/rcm-na.amazon-adsystem.com\/; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "\/static\/*",
        "frame.html",
        "images\/*"
    ]
}