No Promoted - Twitter Ad Blocker

An extension to remove promoted tweets, ads on Twitter

O que é No Promoted - Twitter Ad Blocker?

No Promoted - Twitter Ad Blocker é uma extensão do Chrome desenvolvida por https://cagataypalaz.com, e sua principal característica é "An extension to remove promoted tweets, ads on Twitter".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão No Promoted - Twitter Ad Blocker

Baixe arquivos de extensão No Promoted - Twitter Ad Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome No Promoted - Twitter Ad Blocker No Promoted - Twitter Ad Blocker
ID nbpbiadehdooghgohmhfkkmambcnccbk
URL Oficial https://chromewebstore.google.com/detail/no-promoted-twitter-ad-bl/nbpbiadehdooghgohmhfkkmambcnccbk
Descrição An extension to remove promoted tweets, ads on Twitter
Tamanho do Arquivo 16.16 KB
Contagem de Instalações 36
Versão Atual 1.1
Última Atualização 2022-06-21
Data de Publicação 2022-06-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://cagataypalaz.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://discord.gg/eutMDUWPwU
Idiomas Suportados 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"
    }
}