Фейсбук: hide ads, by stop-words, smm tools
Extensions allows you to hide ads, publications with videos, events and and by stop-words.
Фейсбук: hide ads, by stop-words, smm toolsคืออะไร?
Фейсбук: hide ads, by stop-words, smm tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Extension และคุณลักษณะหลักของมันคือ "Extensions allows you to hide ads, publications with videos, events and and by stop-words."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Фейсбук: hide ads, by stop-words, smm tools
ดาวน์โหลดไฟล์ส่วนขยาย Фейсбук: hide ads, by stop-words, smm tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Это расширение позволяет вам скрывать рекламные публикации, публикации с видео или событиями и те, у которых мало лайков на фейсбук. Вводит понятие "белого" списка, показывая публикации только от избранных друзей. Возможность отписаться от ваших не принятых заявок в друзья, отказать всем входящим заявкам в друзья. Добавить возможных друзей, друзей какого-то профиля. Отписка от всех публичных групп, пролайкивание видимых публикаций. Инвайтинг в группу, предложение добавить друзей аккаунту. Privacy Policy: http://zmiya.com.ua/privacy-policy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Фейсбук: hide ads, by stop-words, smm tools |
ID | jbngidpijekbhekmimlbcopjfkogiomb |
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 |
คำอธิบาย | Extensions allows you to hide ads, publications with videos, events and and by stop-words. |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 1,728 |
เวอร์ชันปัจจุบัน | 13.1 |
อัปเดตครั้งล่าสุด | 2018-06-20 |
วันที่เผยแพร่ | 2018-06-19 |
คะแนน | 4.37/5 รวมทั้งหมด 63 คะแนน |
ผู้พัฒนา | Extension |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://zmiya.com.ua |
URL หน้าช่วยเหลือ | http://zmiya.com.ua/privacy-policy |
URL หน้านโยบายความเป็นส่วนตัว | https://showcode.me/privacy.txt |
ภาษาที่รองรับ | 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" ] } |