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

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

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

Фейсбук: hide ads, by stop-words, smm tools är en Chrome-tillägg utvecklad av Extension, och dess huvudfunktion är "Extensions allows you to hide ads, publications with videos, events and and by stop-words.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Фейсбук: hide ads, by stop-words, smm tools-förlängningens CRX-fil

Ladda ner Фейсбук: hide ads, by stop-words, smm tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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

Grundläggande Information om Tillägg

Namn Фейсбук: hide ads, by stop-words, smm tools Фейсбук: hide ads, by stop-words, smm tools
ID jbngidpijekbhekmimlbcopjfkogiomb
Officiell webbadress https://chromewebstore.google.com/detail/%D1%84%D0%B5%D0%B9%D1%81%D0%B1%D1%83%D0%BA-hide-ads-by-stop/jbngidpijekbhekmimlbcopjfkogiomb
Beskrivning Extensions allows you to hide ads, publications with videos, events and and by stop-words.
Filstorlek 109 KB
Antal Installationer 1,728
Aktuell Version 13.1
Senast Uppdaterad 2018-06-20
Publiceringsdatum 2018-06-19
Betyg 4.37/5 Totalt 63 Betyg
Utvecklare Extension
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://zmiya.com.ua
Hjälpsida URL http://zmiya.com.ua/privacy-policy
URL till Sekretesspolicy Sidan https://showcode.me/privacy.txt
Stödda Språk 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"
    ]
}