Hide Political Facebook Posts (Hebrew)

Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.

Hide Political Facebook Posts (Hebrew)란 무엇입니까?

Hide Political Facebook Posts (Hebrew)은(는) Uber Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard."입니다.

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

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

확장 프로그램 사용 설명서

                        This will remove political and hateful posts from your Facebook feed.

Far from perfect, this is an initial version - feel free to suggest more terms to filter, report bugs or contribute to the code (see the support section).

This plugin was forked from the original by Jeff Lombard.                    

확장 프로그램 기본 정보

이름 Hide Political Facebook Posts (Hebrew) Hide Political Facebook Posts (Hebrew)
ID naphjpgakccjpmdcopfbbaclbnamofcc
공식 URL https://chromewebstore.google.com/detail/hide-political-facebook-p/naphjpgakccjpmdcopfbbaclbnamofcc
설명 Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.
파일 크기 40.13 KB
설치 횟수 10
현재 버전 0.1.0
최근 업데이트 2017-01-10
출시 날짜 2017-01-10
평점 5.00/5 총 2 개의 평점
개발자 Uber Studio
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/uberstudio/fb-hide-politics-hebrew
지원되는 언어 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Political Facebook Posts (Hebrew)",
    "manifest_version": 2,
    "version": "0.1.0",
    "description": "Removes political\/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "run.js"
        ]
    },
    "permissions": [
        "http:\/\/*.facebook.com\/",
        "https:\/\/*.facebook.com\/"
    ],
    "browser_action": {
        "default_title": "Hide Political Posts (Hebrew)",
        "default_icon": "icon.png",
        "author": "Avital Tamir"
    }
}