Time Out Banner Swap

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

Time Out Banner Swap là gì?

Time Out Banner Swap là một tiện ích mở rộng Chrome được phát triển bởi Aigens, và tính năng chính của nó là "Replacing annoying banner ads with what's happening in the city.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Time Out Banner Swap

Tải xuống các tệp mở rộng Time Out Banner Swap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Time Out Banner Swap Time Out Banner Swap
ID nhmmfcijjmhebfdkbdojjaghiidihbjo
URL Chính Thức https://chrome.google.com/webstore/detail/time-out-banner-swap/nhmmfcijjmhebfdkbdojjaghiidihbjo
Mô tả Replacing annoying banner ads with what's happening in the city.
Kích Thước Tệp 35.22 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2014-04-22
Ngày Phát Hành 2014-04-22
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Aigens
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}