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) là gì?

Hide Political Facebook Posts (Hebrew) là một tiện ích mở rộng Chrome được phát triển bởi Uber Studio, và tính năng chính của nó là "Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.".

Tải xuống tệp CRX của tiện ích mở rộng Hide Political Facebook Posts (Hebrew)

Tải xuống các tệp mở rộng Hide Political Facebook Posts (Hebrew) 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

                        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.                    

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

Tên Hide Political Facebook Posts (Hebrew) Hide Political Facebook Posts (Hebrew)
ID naphjpgakccjpmdcopfbbaclbnamofcc
URL Chính Thức https://chromewebstore.google.com/detail/hide-political-facebook-p/naphjpgakccjpmdcopfbbaclbnamofcc
Mô tả Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.
Kích Thước Tệp 40.13 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2017-01-10
Ngày Phát Hành 2017-01-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Uber Studio
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/uberstudio/fb-hide-politics-hebrew
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}