Time Out Banner Swap

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

Qu'est-ce que Time Out Banner Swap ?

Time Out Banner Swap est une extension Chrome développée par Aigens, et sa fonction principale est "Replacing annoying banner ads with what's happening in the city.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Time Out Banner Swap

Téléchargez les fichiers d'extension Time Out Banner Swap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Time Out Banner Swap Time Out Banner Swap
ID nhmmfcijjmhebfdkbdojjaghiidihbjo
URL Officiel https://chrome.google.com/webstore/detail/time-out-banner-swap/nhmmfcijjmhebfdkbdojjaghiidihbjo
Description Replacing annoying banner ads with what's happening in the city.
Taille du Fichier 35.22 KB
Nombre d'Installations 39
Version Actuelle 1.8
Dernière Mise à Jour 2014-04-22
Date de Publication 2014-04-22
Évaluation 4.40/5 Total 5 Évaluations
Développeur Aigens
Type de Paiement free
Langues Prises en Charge 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
}