Clean Feed
Removes all shared content from Facebook.
Что такое Clean Feed?
Clean Feed - это расширение Chrome, разработанное Tyler Aldrich, и его основная функция - "Removes all shared content from Facebook.".
Скачать файл CRX расширения Clean Feed
Скачайте файлы расширений Clean Feed в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a small chrome extension that every second will hide any post on Facebook that contains the word "shared." This is purposely overly aggressive, because 1. I'm lazy, and 2. I really don't care what most people say on Facebook anyways. Code for this can be found here, so you know I'm not doing anything malicious and I'm only doing something incredibly stupid: https://github.com/TylerAldrich/CleanFeed
Основная информация о расширении
Название | ![]() |
ID | acjebhjdfoagigikeopkaadohklkklhl |
Официальный URL | https://chrome.google.com/webstore/detail/clean-feed/acjebhjdfoagigikeopkaadohklkklhl |
Описание | Removes all shared content from Facebook. |
Размер файла | 35.96 KB |
Количество установок | 21 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2016-08-08 |
Дата публикации | 2016-08-08 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | Tyler Aldrich |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Feed", "description": "Removes all shared content from Facebook.", "version": "1.0.1", "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.min.js", "remove_shared.js" ] } ], "permissions": [ "tabs", "activeTab", " |