Israel Ad Blocker

This extension will remove all the ads from major websites in israel that the usual adblockers doesn't take care off.. ynet, mako..

Israel Ad Blocker là gì?

Israel Ad Blocker là một tiện ích mở rộng Chrome được phát triển bởi Tools4us, và tính năng chính của nó là "This extension will remove all the ads from major websites in israel that the usual adblockers doesn't take care off.. ynet, mako..".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Israel Ad Blocker

Tải xuống các tệp mở rộng Israel Ad Blocker 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

                        התוסף  Israel Ad Blocker נועד להסיר חוסמי חוסם פרסומות באתרים ופרסומות שהחוסם הפרסומות הרגיל לא מטפל בהם בארץ.

יש להתקין את התוסף הזה בנוסף לתוסף AdBlock הרגיל.

This extension will remove all the ads from major websites in Israel that the usual AdBlockers doesn't take care of, for E.g : 
ynet.co.il, 
tapuz.co.il,
kikar.co.il,
reshet.co.il, ice.co.il, bizportal.co.il etc..

this should be installed in addition to the regular Ad blocker .

any comments can be sent to : [email protected]

we hope you like this plugin and enjoy surfing the web without ads !! :)


V1.0.6

adf.ly, globes.co.il

V1.0.9

isramedia.net
mako.co.il - watch MakoVOD without ads

1.0.10

sport1.maariv.co.il

v1.0.11

multidown.me
pwko.me

v1.0.12
vodbomb.com

v1.0.13
themarker.com

v1.0.15
10tv.nana10.co.il
nrg.co.il
bizportal.co.il
isramedia.net
sidorim.me


v1.0.17
reshet.tv
10tv.nana10.co.il

v1.0.18
fix for mako.co.il                    

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

Tên Israel Ad Blocker Israel Ad Blocker
ID apgjncijcjgcjjplpoapgkldaceonadi
URL Chính Thức https://chrome.google.com/webstore/detail/israel-ad-blocker/apgjncijcjgcjjplpoapgkldaceonadi
Mô tả This extension will remove all the ads from major websites in israel that the usual adblockers doesn't take care off.. ynet, mako..
Kích Thước Tệp 57.48 KB
Số Lần Cài Đặt 520
Phiên Bản Hiện Tại 1.0.24
Cập Nhật Lần Cuối 2020-12-27
Ngày Phát Hành 2018-06-03
Đánh Giá 3.50/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Tools4us
Email [email protected]
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",
    "manifest_version": 2,
    "name": "Israel Ad Blocker",
    "description": "This extension will remove all the ads from major websites in israel that the usual adblockers doesn't take care off.. ynet, mako..",
    "version": "1.0.24",
    "browser_action": {
        "default_icon": "israelAdBlocker16.png",
        "default_popup": "israelAdBlocker.html",
        "default_title": "Israel Ad Blocker"
    },
    "icons": {
        "16": "israelAdBlocker16.png",
        "48": "israelAdBlocker48.png",
        "128": "israelAdBlocker128.png"
    },
    "background": {
        "scripts": [
            "libraries\/jquery-2.1.4.min.js",
            "israelAdBlocker.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ynet.co.il\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/ynet\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.tapuz.co.il\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/tapuz\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.reshet.tv\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/reshet\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.kikar.co.il\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/kikar\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.bizportal.co.il\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/bizportal\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.ice.co.il\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/ice\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.adf.ly\/*\/http*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/adf.ly\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.globes.co.il\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/globes\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.isramedia.net\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/israemedia.net.content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.maariv.co.il\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/sport1.maariv.co.il.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.pwko.me\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/pwko.me.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.multidown.me\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/multidown.me.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.themarker.com\/*",
                "*:\/\/*.themarker.co.il\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/themarker.com.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.investing.com\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "websites\/investing.com.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.vodbomb.com\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "generatedWebsites\/vodbomb.com.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.nrg.co.il\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "generatedWebsites\/nrg.co.il.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.bizportal.co.il\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "generatedWebsites\/bizportal.co.il.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.isramedia.net\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "generatedWebsites\/isramedia.net.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.sidorim.me\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "generatedWebsites\/sidorim.me.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.news.nana10.co.il\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "generatedWebsites\/news.nana10.co.il.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.reshet.tv\/*"
            ],
            "js": [
                "libraries\/jquery-2.1.4.min.js",
                "tools\/elementsManager.js",
                "generatedWebsites\/reshet.tv.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.mako.co.il\/*",
        "*:\/\/*.ticket4u.co.il\/*",
        "*:\/\/reshet.tv\/*",
        "*:\/\/20il.co.il\/*",
        "*:\/\/*.nana10.co.il\/*",
        "*:\/\/*.ch10.cloudvideoplatform.com\/*",
        "*:\/\/cdn.taboola.com\/*",
        "*:\/\/cdn.cooladata.com\/*",
        "*:\/\/odb.outbrain.com\/*",
        "*:\/\/securepubads.g.doubleclick.net\/*",
        "*:\/\/widgets.outbrain.com\/*",
        "wss:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/",
        "*:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/"
    ]
}