Sniper - Facebook AdBlock & Twitter AdBlock
Block ads, suggested, short videos on Facebook and block different forms of ads on Twitter for you.
Sniper - Facebook AdBlock & Twitter AdBlock là gì?
Sniper - Facebook AdBlock & Twitter AdBlock là một tiện ích mở rộng Chrome được phát triển bởi https://sniper.support, và tính năng chính của nó là "Block ads, suggested, short videos on Facebook and block different forms of ads on Twitter for you.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sniper - Facebook AdBlock & Twitter AdBlock
Tải xuống các tệp mở rộng Sniper - Facebook AdBlock & Twitter AdBlock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is an early version, please be merciful when leaving comments.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sniper - Facebook AdBlock & Twitter AdBlock |
ID | fghhocbgeopookcipoidolapaifehbfk |
URL Chính Thức | https://chromewebstore.google.com/detail/sniper-facebook-adblock-t/fghhocbgeopookcipoidolapaifehbfk |
Mô tả | Block ads, suggested, short videos on Facebook and block different forms of ads on Twitter for you. |
Kích Thước Tệp | 1.47 MB |
Số Lần Cài Đặt | 198 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2023-09-05 |
Ngày Phát Hành | 2023-08-21 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://sniper.support |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sniper.support |
URL Trang Chính Sách Bảo Mật | https://sniper.support/privacy |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "256": "image\/icon.png" }, "permissions": [ "background", "storage" ], "background": { "persistent": true, "page": "html\/background.html" }, "browser_action": { "default_icon": { "32": "image\/default.png" }, "default_title": "Sniper - Facebook AdBlock & Twitter AdBlock" }, "content_security_policy": "default-src 'self' https:\/\/sniper.support\/;script-src 'self' 'unsafe-eval';frame-src *;", "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.twitter.com\/*" ], "css": [ "css\/cs.css" ], "js": [ "js\/jquery-3.6.4.min.js", "js\/content-script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "font\/Oswald-Bold.ttf", "font\/Oswald-ExtraLight.ttf", "font\/Oswald-Light.ttf", "font\/Oswald-Medium.ttf", "font\/Oswald-Regular.ttf", "font\/Oswald-SemiBold.ttf", "font\/Ubuntu-Bold.ttf", "font\/Ubuntu-BoldItalic.ttf", "font\/Ubuntu-Italic.ttf", "font\/Ubuntu-Light.ttf", "font\/Ubuntu-LightItalic.ttf", "font\/Ubuntu-Medium.ttf", "font\/Ubuntu-MediumItalic.ttf", "font\/Ubuntu-Regular.ttf" ] } |