Herald Syndication Snoop

Never get baited again - clearly see where an article really came from

Τι είναι το Herald Syndication Snoop;

Το Herald Syndication Snoop είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ben Limited, και η κύρια λειτουργία του είναι "Never get baited again - clearly see where an article really came from".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Herald Syndication Snoop

Λήψη αρχείων επέκτασης Herald Syndication Snoop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Get a better idea of what hides behind the NZ Herald headlines with clear notices above syndicated content - no more surprises! Save your attention for relevant, timely journalism. 

Let your computer scan Herald articles before you see them, and save you wasted time and clicks.

Not affiliated with the NZ Herald or NZME

If this extension has saved you time and you like it, please consider donating to help with future development: http://patreon.com/bentorkington

Changelog:
0.15.9: Comply with new Chrome Web Store requirements
0.15.0: Outbrain hiding, declutter the front page by remove b/s sections
0.14.1: Mute authors by name
0.12.0: Silly season reposted content now tagged as "REPOSTED"
0.11.0: Opinion piece authors shown in slug
0.10.0: Headlines now have tooltips
0.9.2: Updated to work with today's change by NZH
0.9.1: Fix parse failures when a slightly different hero format is used
0.9: Force NZ Herald to honour the users 'Never auto play' preference
0.8: Remove distracting content from articles
0.7: Updated to support Herald's "new" "look". Isn't it great?
0.5: Add options panel, more subtle tagging
0.4.1: Add article age estimation
0.3.1: Fix a bug where we choke on non-standard article URLs                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Herald Syndication Snoop Herald Syndication Snoop
ID dkbbfnamapdlcjfmbmpobgnbhgdffdjh
Επίσημο URL https://chromewebstore.google.com/detail/herald-syndication-snoop/dkbbfnamapdlcjfmbmpobgnbhgdffdjh
Περιγραφή Never get baited again - clearly see where an article really came from
Μέγεθος Αρχείου 52.7 KB
Αριθμός Εγκαταστάσεων 216
Τρέχουσα Έκδοση 0.16.2
Τελευταία Ενημέρωση 2022-09-27
Ημερομηνία Δημοσίευσης 2018-07-27
Αξιολόγηση 5.00/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής Ben Limited
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Herald Syndication Snoop",
    "short_name": "Syndi-Snoop",
    "version": "0.16.2",
    "description": "Never get baited again - clearly see where an article really came from",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nzherald.co.nz\/"
            ],
            "js": [
                "headlines.js"
            ],
            "run-at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.nzherald.co.nz\/*\/*\/*"
            ],
            "js": [
                "article-page.js"
            ],
            "run-at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.nzherald.co.nz\/*"
    ],
    "options_ui": {
        "page": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon_48.png"
            ],
            "matches": [
                "*:\/\/*.nzherald.co.nz\/*"
            ],
            "extension_ids": [],
            "use_dynamic_url": false
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}