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

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

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

Фейсбук: hide ads, by stop-words, smm tools is een Chrome-extensie ontwikkeld door Extension, en de belangrijkste functie is "Extensions allows you to hide ads, publications with videos, events and and by stop-words.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Фейсбук: hide ads, by stop-words, smm tools

Download Фейсбук: hide ads, by stop-words, smm tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Фейсбук: hide ads, by stop-words, smm tools Фейсбук: hide ads, by stop-words, smm tools
ID jbngidpijekbhekmimlbcopjfkogiomb
Officiële 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
Beschrijving Extensions allows you to hide ads, publications with videos, events and and by stop-words.
Bestandsgrootte 109 KB
Aantal Installaties 1,728
Huidige Versie 13.1
Laatst Bijgewerkt 2018-06-20
Publicatiedatum 2018-06-19
Beoordeling 4.37/5 Totaal 63 Beoordelingen
Ontwikkelaar Extension
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://zmiya.com.ua
Help Pagina-URL http://zmiya.com.ua/privacy-policy
URL van de Privacybeleid Pagina https://showcode.me/privacy.txt
Ondersteunde Talen 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"
    ]
}