Фейсбук: hide ads, by stop-words, smm tools
Extensions allows you to hide ads, publications with videos, events and and by stop-words.
Qu'est-ce que Фейсбук: hide ads, by stop-words, smm tools ?
Фейсбук: hide ads, by stop-words, smm tools est une extension Chrome développée par Extension, et sa fonction principale est "Extensions allows you to hide ads, publications with videos, events and and by stop-words.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Фейсбук: hide ads, by stop-words, smm tools
Téléchargez les fichiers d'extension Фейсбук: hide ads, by stop-words, smm tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Это расширение позволяет вам скрывать рекламные публикации, публикации с видео или событиями и те, у которых мало лайков на фейсбук. Вводит понятие "белого" списка, показывая публикации только от избранных друзей. Возможность отписаться от ваших не принятых заявок в друзья, отказать всем входящим заявкам в друзья. Добавить возможных друзей, друзей какого-то профиля. Отписка от всех публичных групп, пролайкивание видимых публикаций. Инвайтинг в группу, предложение добавить друзей аккаунту. Privacy Policy: http://zmiya.com.ua/privacy-policy
Informations de Base sur l'Extension
Nom | Фейсбук: hide ads, by stop-words, smm tools |
ID | jbngidpijekbhekmimlbcopjfkogiomb |
URL Officiel | 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. |
Taille du Fichier | 109 KB |
Nombre d'Installations | 1,728 |
Version Actuelle | 13.1 |
Dernière Mise à Jour | 2018-06-20 |
Date de Publication | 2018-06-19 |
Évaluation | 4.37/5 Total 63 Évaluations |
Développeur | Extension |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://zmiya.com.ua |
URL de la Page d'Aide | http://zmiya.com.ua/privacy-policy |
URL de la Page de Politique de Confidentialité | https://showcode.me/privacy.txt |
Langues Prises en Charge | 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" ] } |