999.md Plus

Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.

O que é 999.md Plus?

999.md Plus é uma extensão do Chrome desenvolvida por anjas, e sua principal característica é "Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 999.md Plus

Baixe arquivos de extensão 999.md Plus 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

                        Extension removes ads from the top of the listing.

Расширение убирает платные объявления из начала выдачи.                    

Informações Básicas da Extensão

Nome 999.md Plus 999.md Plus
ID feighcddcaljbkbbokjjifkehpojcalj
URL Oficial https://chromewebstore.google.com/detail/999md-plus/feighcddcaljbkbbokjjifkehpojcalj
Descrição Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
Tamanho do Arquivo 41.07 KB
Contagem de Instalações 52
Versão Atual 1.0
Última Atualização 2014-10-02
Data de Publicação 2014-10-02
Classificação 4.00/5 Total de 12 Avaliações
Desenvolvedor anjas
Tipo de Pagamento free
Idiomas Suportados ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "999.md Plus",
    "manifest_version": 2,
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/999.md\/*",
                "https:\/\/999.md\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/999.md\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}