Newz Finder

Brings your news search and digesting experience to your address bar.

Τι είναι το Newz Finder;

Το Newz Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://newzfinder.com, και η κύρια λειτουργία του είναι "Brings your news search and digesting experience to your address bar.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Newz Finder

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

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

                        This extension is a Chrome browser extension built to help you utilize your fragmented internet browsing time by bringing your news search and reading directly to your address bar. When it’s on manual mode, you need to type “@news” in your address bar, followed by the topic you want to look for, and click on the autocomplete suggestion to the result page. Once it’s set on automatic mode, you can type directly in your address bar the headlines/topics you look for and click on the autocomplete suggestions to see the results.

You can also select your favorite news categories from the extension’s dashboard (up to 3 categories), so when you type in your address bar, we’ll bring you the latest headlines to your autocomplete suggestion. Customize your extension experience by selecting your default search engine, news provider, country, language, and categories inside the extension’s Settings section.

Permissions used and reasons:

1. Access to “cookies” (optional). We require this permission to provide your customized options for Settings. It’s optional because if you don’t change any default settings, we will not need it. 
2. Change your default search engine to our private domain search.mybrowsingsafety.pro, powered by Yahoo. We require this permission to use our private domain as a placeholder and to provide you the functionality in the autocomplete suggestions of your address bar. Inside this extension, we support Yahoo, Google, and Bing. You can switch to a different provider at any time inside the Settings section.

How to remove this extension?

If you want to remove our extension, go to “Settings” on Chrome, and find our extension in the “Extensions” tab. Click “remove”. Alternatively, you can right-click on the extension’s icon on your browser and select “Uninstall” from the drop-down menu.

Chrome™  is a trademark of Google LLC. The use of it does not imply any affiliation to or endorsement by Google LLC. 

By adding this extension to your Chrome browser, you accept and agree to our Privacy Policy and Terms and Conditions.

Privacy: https://www.newzfinder.com/privacy

Terms: https://www.newzfinder.com/terms 

FAQ: https://www.newzfinder.com/#faq

Contact: https://www.newzfinder.com/contact

Uninstall: https://www.newzfinder.com/uninstall                    

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

Όνομα Newz Finder Newz Finder
ID hfhfmkmokccaciopjahpkmfdbkjbhmfp
Επίσημο URL https://chromewebstore.google.com/detail/newz-finder/hfhfmkmokccaciopjahpkmfdbkjbhmfp
Περιγραφή Brings your news search and digesting experience to your address bar.
Μέγεθος Αρχείου 190 KB
Αριθμός Εγκαταστάσεων 63,381
Τρέχουσα Έκδοση 3.0.1
Τελευταία Ενημέρωση 2021-01-12
Ημερομηνία Δημοσίευσης 2020-08-24
Αξιολόγηση 4.24/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής https://newzfinder.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.newzfinder.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.newzfinder.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.newzfinder.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Newz Finder",
    "description": "Brings your news search and digesting experience to your address bar.",
    "version": "3.0.1",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/search.mybrowsingsafety.pro\/favicon.ico",
            "image_url": "https:\/\/search.mybrowsingsafety.pro\/search\/?category=images&s=c6pr&q={searchTerms}",
            "is_default": true,
            "name": "Newz Finder",
            "keyword": "newz",
            "search_url": "https:\/\/search.mybrowsingsafety.pro\/search\/?category=web&vert=safe&s=c6pr&q={searchTerms}",
            "suggest_url": "https:\/\/sug.mybrowsingsafety.pro\/v1\/sug\/?s=c6pr&ssv=2&vert=safe&q={searchTerms}"
        }
    },
    "background": {
        "page": "bg\/background.html",
        "persistent": true
    },
    "homepage_url": "https:\/\/search.mybrowsingsafety.pro\/wim\/ds\/gotohub?yid=c6pr",
    "optional_permissions": [
        "cookies",
        "https:\/\/search.mybrowsingsafety.pro\/*"
    ],
    "browser_action": {
        "default_title": "Newz Finder",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/*"
    ]
}