Time Out Banner Swap

Replacing annoying banner ads with what's happening in the city.

O que é Time Out Banner Swap?

Time Out Banner Swap é uma extensão do Chrome desenvolvida por Aigens, e sua principal característica é "Replacing annoying banner ads with what's happening in the city.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Time Out Banner Swap

Baixe arquivos de extensão Time Out Banner Swap 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

                        TimeOut's mission is to help its readers make the most of their time out. So we created the time out "Banner Swap". Using "pop-up blocker" technology built into your browser, this empowered people to replace 1000's of ads on all their favorite sites with:

- things to see and do
- the hottest new places to go
- restaurant & movie reviews
- the weekend’s best events, gigs
- and more

So when It comes to knowing what's happening, you're always in the know – on every site, every time your refresh, all over the worldwide web.

And if something grabs your attention, you simply click through to read the full article.                    

Informações Básicas da Extensão

Nome Time Out Banner Swap Time Out Banner Swap
ID nhmmfcijjmhebfdkbdojjaghiidihbjo
URL Oficial https://chrome.google.com/webstore/detail/time-out-banner-swap/nhmmfcijjmhebfdkbdojjaghiidihbjo
Descrição Replacing annoying banner ads with what's happening in the city.
Tamanho do Arquivo 35.22 KB
Contagem de Instalações 39
Versão Atual 1.8
Última Atualização 2014-04-22
Data de Publicação 2014-04-22
Classificação 4.40/5 Total de 5 Avaliações
Desenvolvedor Aigens
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Out Banner Swap",
    "description": "Replacing annoying banner ads with what's happening in the city.",
    "version": "1.8",
    "permissions": [
        "activeTab",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "main.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}