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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Uber Studio และคุณลักษณะหลักของมันคือ "Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Political Facebook Posts (Hebrew)

ดาวน์โหลดไฟล์ส่วนขยาย Hide Political Facebook Posts (Hebrew) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}