Hide Political Facebook Posts

When clicked will remove most political posts from your news feed.

Hide Political Facebook Posts란 무엇입니까?

Hide Political Facebook Posts은(는) Jeff Lombard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When clicked will remove most political posts from your news feed."입니다.

Hide Political Facebook Posts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This chrome extension lets you toggle political posts from your friends on your newsfeed. This is a beta version, most political posts should filter but not everything will.                    

확장 프로그램 기본 정보

이름 Hide Political Facebook Posts Hide Political Facebook Posts
ID jagdgefimnlfaclfipennjhllmlcjclo
공식 URL https://chrome.google.com/webstore/detail/jagdgefimnlfaclfipennjhllmlcjclo
설명 When clicked will remove most political posts from your news feed.
파일 크기 16.43 KB
설치 횟수 53
현재 버전 1.2
최근 업데이트 2016-07-28
출시 날짜 2016-07-28
평점 3.00/5 총 2 개의 평점
개발자 Jeff Lombard
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jefflombard/facebook-hide-political
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Political Facebook Posts",
    "manifest_version": 2,
    "version": "1.2",
    "description": "When clicked will remove most political posts from your news feed.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "run.js"
        ]
    },
    "permissions": [
        "http:\/\/*.facebook.com\/",
        "https:\/\/*.facebook.com\/"
    ],
    "browser_action": {
        "default_title": "Hide Political Posts",
        "default_icon": "icon.png",
        "author": "Jeff Lombard"
    }
}