No Promoted - Twitter Ad Blocker

An extension to remove promoted tweets, ads on Twitter

Что такое No Promoted - Twitter Ad Blocker?

No Promoted - Twitter Ad Blocker - это расширение Chrome, разработанное https://cagataypalaz.com, и его основная функция - "An extension to remove promoted tweets, ads on Twitter".

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

screenshot

Скачать файл CRX расширения No Promoted - Twitter Ad Blocker

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

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

                        No Promoted is an ad blocker for Twitter. It automatically hides/removes the promoted tweets and accounts.

How to use?
No Promoted is easy to use extension. Just add your browser and activate it by clicking the extension icon on the top.

Requirements?
None! There're no requirements to use this extension. It's free to use and no signup required.

Language support?
Only English is supported at the moment, other languages will be supported soon.

For requests and support please join my Discord support server
https://discord.gg/eutMDUWPwU                    

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

Название No Promoted - Twitter Ad Blocker No Promoted - Twitter Ad Blocker
ID nbpbiadehdooghgohmhfkkmambcnccbk
Официальный URL https://chromewebstore.google.com/detail/no-promoted-twitter-ad-bl/nbpbiadehdooghgohmhfkkmambcnccbk
Описание An extension to remove promoted tweets, ads on Twitter
Размер файла 16.16 KB
Количество установок 36
Текущая Версия 1.1
Последнее Обновление 2022-06-21
Дата публикации 2022-06-12
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://cagataypalaz.com
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://discord.gg/eutMDUWPwU
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Promoted - Twitter Ad Blocker",
    "description": "An extension to remove promoted tweets, ads on Twitter",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}