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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
ID | nhmmfcijjmhebfdkbdojjaghiidihbjo |
公式URL | 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 } |