Time Out Banner Swap
Replacing annoying banner ads with what's happening in the city.
Wat is Time Out Banner Swap?
Time Out Banner Swap is een Chrome-extensie ontwikkeld door Aigens, en de belangrijkste functie is "Replacing annoying banner ads with what's happening in the city.".
Extensie Screenshots
Download het CRX-bestand van de extensie Time Out Banner Swap
Download Time Out Banner Swap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nhmmfcijjmhebfdkbdojjaghiidihbjo |
Officiële URL | https://chrome.google.com/webstore/detail/time-out-banner-swap/nhmmfcijjmhebfdkbdojjaghiidihbjo |
Beschrijving | Replacing annoying banner ads with what's happening in the city. |
Bestandsgrootte | 35.22 KB |
Aantal Installaties | 39 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2014-04-22 |
Publicatiedatum | 2014-04-22 |
Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Aigens |
Betalingswijze | free |
Ondersteunde Talen | 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 } |