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?

Sniper - Facebook AdBlock & Twitter AdBlock - это расширение Chrome, разработанное https://sniper.support, и его основная функция - "Block ads, suggested, short videos on Facebook and block different forms of ads on Twitter for you.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Sniper - Facebook AdBlock & Twitter AdBlock

Скачайте файлы расширений Sniper - Facebook AdBlock & Twitter AdBlock в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is an early version, please be merciful when leaving comments.                    

Основная информация о расширении

Название Sniper - Facebook AdBlock & Twitter AdBlock Sniper - Facebook AdBlock & Twitter AdBlock
ID fghhocbgeopookcipoidolapaifehbfk
Официальный URL https://chromewebstore.google.com/detail/sniper-facebook-adblock-t/fghhocbgeopookcipoidolapaifehbfk
Описание Block ads, suggested, short videos on Facebook and block different forms of ads on Twitter for you.
Размер файла 1.47 MB
Количество установок 198
Текущая Версия 2.0
Последнее Обновление 2023-09-05
Дата публикации 2023-08-21
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://sniper.support
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://sniper.support
URL страницы политики конфиденциальности https://sniper.support/privacy
Поддерживаемые языки 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"
    ]
}