Фейсбук: hide ads, by stop-words, smm tools

Extensions allows you to hide ads, publications with videos, events and and by stop-words.

What is Фейсбук: hide ads, by stop-words, smm tools?

Фейсбук: hide ads, by stop-words, smm tools is a Chrome extension developed by Extension, and its main feature is "Extensions allows you to hide ads, publications with videos, events and and by stop-words.".

Extension Screenshots

screenshot
screenshot

Download Фейсбук: hide ads, by stop-words, smm tools Extension CRX File

Download Фейсбук: hide ads, by stop-words, smm tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Это расширение позволяет вам скрывать рекламные публикации, публикации с видео или событиями и те, у которых мало лайков на фейсбук.
Вводит понятие "белого" списка, показывая публикации только от избранных друзей.
Возможность отписаться от ваших не принятых заявок в друзья, отказать всем входящим заявкам в друзья.
Добавить возможных друзей, друзей какого-то профиля.
Отписка от всех публичных групп, пролайкивание видимых публикаций.
Инвайтинг в группу, предложение добавить друзей аккаунту.

Privacy Policy: http://zmiya.com.ua/privacy-policy                    

Extension Basic Information

Name Фейсбук: hide ads, by stop-words, smm tools Фейсбук: hide ads, by stop-words, smm tools
ID jbngidpijekbhekmimlbcopjfkogiomb
Official URL https://chromewebstore.google.com/detail/%D1%84%D0%B5%D0%B9%D1%81%D0%B1%D1%83%D0%BA-hide-ads-by-stop/jbngidpijekbhekmimlbcopjfkogiomb
Description Extensions allows you to hide ads, publications with videos, events and and by stop-words.
File Size 109 KB
Installation Count 1,728
Current Version 13.1
Last Updated 2018-06-20
Publish Date 2018-06-19
Rating 4.37/5 Total 63 Ratings
Developer Extension
Email [email protected]
Payment Type free
Extension Website http://zmiya.com.ua
Help Page URL http://zmiya.com.ua/privacy-policy
Privacy Policy Page URL https://showcode.me/privacy.txt
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "__MSG_info_name__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "__MSG_info_description__",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/book-audio.com\/",
    "version": "13.1",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/eye.png",
        "default_title": "\u0424\u0435\u0439\u0441\u0431\u0443\u043a"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}