Adfly Notification Page Skipper

adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser

O que é Adfly Notification Page Skipper?

Adfly Notification Page Skipper é uma extensão do Chrome desenvolvida por mohamed khounti, e sua principal característica é "adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Adfly Notification Page Skipper

Baixe arquivos de extensão Adfly Notification Page Skipper 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

                        adfly forcing you to allow notifications, get the download link without  allowing Notifications,you don't have to get those  ads and popups while you are browsing the web or watching your favorite movie.                    

Informações Básicas da Extensão

Nome Adfly Notification Page Skipper Adfly Notification Page Skipper
ID doknjofhbpcgdafodnonkfdddnoninmi
URL Oficial https://chromewebstore.google.com/detail/adfly-notification-page-s/doknjofhbpcgdafodnonkfdddnoninmi
Descrição adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser
Tamanho do Arquivo 42.04 KB
Contagem de Instalações 6,202
Versão Atual 1.0
Última Atualização 2020-06-16
Data de Publicação 2020-06-15
Classificação 4.58/5 Total de 36 Avaliações
Desenvolvedor mohamed khounti
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adfly Notification Page Skipper",
    "short_name": "Adfly notification skipper",
    "description": "adfly forcing you to allow notifications  with One Click : Get Download Link Without  Allowing Notifactions On Your Browser",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "skipper.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "skip"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}