PureScroll: Twitter Filter for Productivity

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

PureScroll: Twitter Filter for Productivity란 무엇입니까?

PureScroll: Twitter Filter for Productivity은(는) https://purescroll.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove millions of unwanted tweets with just the toggle of a button."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PureScroll: Twitter Filter for Productivity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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....                    

확장 프로그램 기본 정보

이름 PureScroll: Twitter Filter for Productivity PureScroll: Twitter Filter for Productivity
ID mopoafnpcjdglcfbbjghffhadbbmdopo
공식 URL https://chromewebstore.google.com/detail/purescroll-twitter-filter/mopoafnpcjdglcfbbjghffhadbbmdopo
설명 Remove millions of unwanted tweets with just the toggle of a button.
파일 크기 831 KB
설치 횟수 32
현재 버전 1.0.0
최근 업데이트 2021-08-03
출시 날짜 2021-08-01
평점 5.00/5 총 2 개의 평점
개발자 https://purescroll.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://forms.gle/wYTRswwgPS76Cjvs6
지원되는 언어 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\/*"
    ]
}