Time Out Banner Swap

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

ما هو Time Out Banner Swap؟

Time Out Banner Swap هو إضافة Chrome تم تطويرها بواسطة Aigens، والميزة الرئيسية لها هي "Replacing annoying banner ads with what's happening in the city.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Time Out Banner Swap

قم بتنزيل ملفات الامتداد Time Out Banner Swap بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان 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
}