Time Out Banner Swap

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

Cos'è Time Out Banner Swap?

Time Out Banner Swap è un'estensione di Chrome sviluppata da Aigens, e la sua funzione principale è "Replacing annoying banner ads with what's happening in the city.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Time Out Banner Swap

Scarica i file di estensione Time Out Banner Swap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Time Out Banner Swap Time Out Banner Swap
ID nhmmfcijjmhebfdkbdojjaghiidihbjo
URL Ufficiale https://chrome.google.com/webstore/detail/time-out-banner-swap/nhmmfcijjmhebfdkbdojjaghiidihbjo
Descrizione Replacing annoying banner ads with what's happening in the city.
Dimensione del File 35.22 KB
Conteggio Installazioni 39
Versione Corrente 1.8
Ultimo Aggiornamento 2014-04-22
Data di Pubblicazione 2014-04-22
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore Aigens
Tipo di Pagamento free
Lingue Supportate 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
}