Ynet Anti Click Bait

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

Wat is Ynet Anti Click Bait?

Ynet Anti Click Bait is een Chrome-extensie ontwikkeld door Eyal K, en de belangrijkste functie is "This extension will give you article summary without entering to the article page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ynet Anti Click Bait

Download Ynet Anti Click Bait-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

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

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

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

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

Basisinformatie over de Extensie

Naam Ynet Anti Click Bait Ynet Anti Click Bait
ID mldbbpndpjkpkffmicmenfpbndjalkkg
Officiële URL https://chromewebstore.google.com/detail/ynet-anti-click-bait/mldbbpndpjkpkffmicmenfpbndjalkkg
Beschrijving This extension will give you article summary without entering to the article page.
Bestandsgrootte 7.55 MB
Aantal Installaties 68
Huidige Versie 1.50
Laatst Bijgewerkt 2018-10-13
Publicatiedatum 2018-10-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Eyal K
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}