Ynet Anti Click Bait

This extension will give you article summary without entering to the article page.

What is Ynet Anti Click Bait?

Ynet Anti Click Bait is a Chrome extension developed by Eyal K, and its main feature is "This extension will give you article summary without entering to the article page.".

Extension Screenshots

screenshot

Download Ynet Anti Click Bait Extension CRX File

Download Ynet Anti Click Bait extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        התוסף נותן מענה לכותרות המעצבנות של YNET שכדי להבין על מה מדובר צריך להיכנס לכתבה...
אז התוסף יתן אימלוקים מתחת לכתבה כך שלא נצטרך להיכנס אליה (אמלק - ארוך מדי לא קראתי)

על הדרך הורדתי פרסומות וניצלתי שטח מת באתר כדי להציג את האייטמים בצורה ברורה

1.50
קריאה מהירה לכתבות שטרם נקראו

1.40
הכללת כל הקטגוריות

1.30
הוספת תת-כותרת לתקציר

1.20
ביטול ניגון אוטומטי של קטעי וידאו
הסרת פרסומות

1.11
הסרת פרסומות 

1.10
ביטול רענון דף אוטומטי                    

Extension Basic Information

Name Ynet Anti Click Bait Ynet Anti Click Bait
ID mldbbpndpjkpkffmicmenfpbndjalkkg
Official URL https://chromewebstore.google.com/detail/ynet-anti-click-bait/mldbbpndpjkpkffmicmenfpbndjalkkg
Description This extension will give you article summary without entering to the article page.
File Size 7.55 MB
Installation Count 68
Current Version 1.50
Last Updated 2018-10-13
Publish Date 2018-10-13
Rating 5.00/5 Total 2 Ratings
Developer Eyal K
Email [email protected]
Payment Type free
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ynet Anti Click Bait",
    "description": "This extension will give you article summary without entering to the article page.",
    "version": "1.50",
    "browser_action": {
        "default_icon": {
            "16": ".\/assets\/ynet16.png",
            "32": ".\/assets\/ynet32.png",
            "48": ".\/assets\/ynet48.png",
            "128": ".\/assets\/ynet128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ynet.co.il\/*"
            ],
            "js": [
                ".\/jquery.min.js",
                ".\/js\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "disableAutoRefresh.js",
        "disableAutoPlay.js"
    ],
    "icons": {
        "16": ".\/assets\/ynet16.png",
        "32": ".\/assets\/ynet32.png",
        "48": ".\/assets\/ynet48.png",
        "128": ".\/assets\/ynet128.png"
    }
}