Time Out Banner Swap

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

什麼是Time Out Banner Swap?

Time Out Banner Swap是由Aigens開發的Chrome擴展程式,該擴展的主要功能是“Replacing annoying banner ads with what's happening in the city.”。

擴展截圖

screenshot
screenshot

下載Time Out Banner Swap擴展crx文件

下載Time Out Banner Swap擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Time Out Banner Swap Time Out Banner Swap
ID nhmmfcijjmhebfdkbdojjaghiidihbjo
官方網址 https://chrome.google.com/webstore/detail/time-out-banner-swap/nhmmfcijjmhebfdkbdojjaghiidihbjo
簡介 Replacing annoying banner ads with what's happening in the city.
檔案大小 35.22 KB
安裝次數 39
目前版本 1.8
更新時間 2014-04-22
上架時間 2014-04-22
評分 4.40/5 共 5 次評分
開發者 Aigens
付費類型 free
支援的語言 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
}