Facebook Filter

Facebook filter helps filter distracting content on Facebook. You have the option to control what you see or don't see. Filter out…

Что такое Facebook Filter?

Facebook Filter - это расширение Chrome, разработанное robertn702, и его основная функция - "Facebook filter helps filter distracting content on Facebook. You have the option to control what you see or don't see. Filter out…".

Скачать файл CRX расширения Facebook Filter

Скачайте файлы расширений Facebook Filter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Facebook filter helps filter distracting content on Facebook. You have the option to control what you see or don't see. Filter out sponsored content, suggested posts, trends, and comments.                    

Основная информация о расширении

Название Facebook Filter Facebook Filter
ID mabickldiheieelakeaafdamccgfekin
Официальный URL https://chrome.google.com/webstore/detail/facebook-filter/mabickldiheieelakeaafdamccgfekin
Описание Facebook filter helps filter distracting content on Facebook. You have the option to control what you see or don't see. Filter out…
Размер файла 145 KB
Количество установок 60
Текущая Версия 1.1.0
Последнее Обновление 2016-09-01
Дата публикации 2016-09-01
Разработчик robertn702
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Facebook Filter",
    "description": "",
    "version": "1.1.0",
    "page_action": {
        "default_title": "Facebook Filter"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoPNVOhFRrRu3ZYqLNiN+tz98rPJ1DiVnXjvUcc0i0CeGhJEjSCC2gVTKOmn+Vt0tDsEoeBZlqQFXXn3IEKjmS3SOq6yw2MqwXyKVjhQPazWZVkP3CTGv+BsiRHMy2uLm1+HVEwKSKH6JSLzMriIxMY8PuGE5ZZOkegiVsr7JQRAew5V61Uz2NgYfdhuHvErhqcaUzl\/tBn0QPLX4\/ZkiCzgooP+a7ndM8UmBXVGUrotb\/43aYidQemXwQnbB93HVyciqxTnfx3123+i8s3E1hSqG0eWaLRemvY8RiqwRyw3APuHfttyGOFNPiJ21r4PjB\/yCPQdXYvQAr7SDKmo73QIDAQAB",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                ".\/styles\/content.css"
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "..\/node_modules\/jquery\/dist\/jquery.min.js",
        "js\/content.css",
        "js\/content.js",
        "js\/options.css",
        "js\/options.js",
        "images\/*"
    ]
}