9gag post filter

A post filter for 9GAG.com

O que é 9gag post filter?

9gag post filter é uma extensão do Chrome desenvolvida por amitbokodev, e sua principal característica é "A post filter for 9GAG.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 9gag post filter

Baixe arquivos de extensão 9gag post filter 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

                        This extension is meant to fix what the 9gag devs shamelessly broke, or refuse to give us.

features include:
- BRING BACK THE DOWNVOTES
- Mark spammer accounts
- Show days next to the username on every post
- Hide users with less than X amount of days
- Hide anonymous 9GAGGER posts
- Hide users with blue chackmarks
- Hide posts by tags or words in the title


Use this extension on android with Kiwi browser.
This extension is also on FIrefox and Firefox for Android! 
Check '9gag-post-filter' on github to see how to install it                    

Informações Básicas da Extensão

Nome 9gag post filter 9gag post filter
ID ajkipkkhchaaccpbpkclolpebkgbmodl
URL Oficial https://chromewebstore.google.com/detail/9gag-post-filter/ajkipkkhchaaccpbpkclolpebkgbmodl
Descrição A post filter for 9GAG.com
Tamanho do Arquivo 46.81 KB
Contagem de Instalações 799
Versão Atual 1.1.6
Última Atualização 2023-06-19
Data de Publicação 2023-02-06
Classificação 4.60/5 Total de 15 Avaliações
Desenvolvedor amitbokodev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/AmitBokoDev/9gag-post-filter
URL da Página de Ajuda https://github.com/AmitBokoDev/9gag-post-filter/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9gag post filter",
    "description": "A post filter for 9GAG.com",
    "version": "1.1.6",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "assets\/js\/jquery_slim_mini.js",
                "assets\/js\/content.js"
            ],
            "matches": [
                "https:\/\/9gag.com\/*"
            ],
            "content_security_policy": "script-src 'self' 'unsafe-inline'; object-src 'self'"
        }
    ]
}