SiftScript

Hide content on webpages based on keywords!

SiftScript란 무엇입니까?

SiftScript은(는) Globulus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide content on webpages based on keywords!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SiftScript 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Filter unwanted content from sites you visit!

If you're sick and tired of having your Facebook or Twitter feed, or favorite news portal cluttered by posts on celebrities or topics that you can't stand anymore, try SiftScript to make them go away. Simply input the word or a phrase you wish to hide, and SiftScript will hide any part of the site containing it, alongside nearby images!

The hiding algorithm is fast and exhaustive, with additional options to make it faster or more accurate.

You can also opt to have the content replaced by the SiftScript image, which you can click to reveal what's hidden underneath.

The extension also works well with dynamic websites such as Facebook and Twitter.

The keywords & keyphrases list is synced to your Google account, meaning that you can use the same preferences on any Chrome installation where you're signed in.

Although SiftScript works well on most websites, it might have trouble with some specific sites due to the way they are structured - please report those issues to [email protected] and help us make the product better! Thank you!                    

확장 프로그램 기본 정보

이름 SiftScript SiftScript
ID fcnampijgailfhniebfbgkfnaamonnha
공식 URL https://chrome.google.com/webstore/detail/siftscript/fcnampijgailfhniebfbgkfnaamonnha
설명 Hide content on webpages based on keywords!
파일 크기 87.25 KB
설치 횟수 97
현재 버전 0.9.3
최근 업데이트 2016-03-09
출시 날짜 2016-03-09
평점 4.89/5 총 9 개의 평점
개발자 Globulus
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.globulus.net
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiftScript",
    "short_name": "SiftScript",
    "description": "Hide content on webpages based on keywords!",
    "version": "0.9.3",
    "minimum_chrome_version": "38",
    "browser_action": {
        "default_icon": "assets\/38v4.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "common.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/hidden-content.png"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}