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ファイルをダウンロード
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) |
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 |
Eメール | [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" } } |