Related Topics Finder

Explore related and similar topics closely related to content of visited site.

Τι είναι το Related Topics Finder;

Το Related Topics Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://related-topics.com, και η κύρια λειτουργία του είναι "Explore related and similar topics closely related to content of visited site.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        We know the struggle when you go to Google to explore one topic and end up with 15 tabs opened, and none of them is related to what you initially wanted. 
 
Related Topics Finder is a practical browser Extension designed to help you stay focused with related search topics and terms depending on the article you are reading.

Don't get off track - stay focused and in touch with related topics from articles you are reading with Related Topics Finder.

 - How does this extension work? - 
It simply displays small widgets containing suggestions with similar search terms & topics in relation to the actual content you are reading. These suggestions are subtle recommendations that you might be interested in depending on the content you are exploring by leading you to the Search powered page with related topics.

Note: This extension might not display related topics suggestions on every website - depending on whether it can find similar content or not.

We can find and depict the most accurate suggestions in seconds with the extension Related Search Finder. In addition, this widget will support your topic and give you even more detailed information. 

⚠️Important⚠️
Before you install Related Topic Finder, we are obligated to inform you that this product uses certain marketing techniques. These techniques do not pose any danger for you or your personal data - as listed in the privacy policy, we completely avoid any private data collection and provide comprehensive protection for your information. The marketing approaches we integrated with this extension are called non-intrusive offers. It's a white-hat way of monetization that is 100% secure and transparent. If you find anything about this suspicious or unclear, feel free to contact us ANYTIME, and we assure you we will take our time to make everything clear and straight.

Find out more here:
- Homepage
related-topics.com

- Privacy Policy:
related-topics.com/privacy-policy.html

- EULA
https://related-topics.com/eula.html

You can also give us feedback - we will be happy to hear from you:
https://related-topics.com/contact.html                    

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

Όνομα Related Topics Finder Related Topics Finder
ID kcfgahfdhpplfbmedmijeamhiehmlbcm
Επίσημο URL https://chrome.google.com/webstore/detail/related-topics-finder/kcfgahfdhpplfbmedmijeamhiehmlbcm
Περιγραφή Explore related and similar topics closely related to content of visited site.
Μέγεθος Αρχείου 20.71 KB
Αριθμός Εγκαταστάσεων 5,000
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2022-08-02
Ημερομηνία Δημοσίευσης 2022-04-21
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://related-topics.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://related-topics.com
Διεύθυνση URL της Σελίδας Βοήθειας https://related-topics.com/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://related-topics.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Related Topics Finder",
    "description": "Explore related and similar topics closely related to content of visited site.",
    "version": "1.0.3",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "64": "\/images\/64.png",
        "128": "\/images\/128.png"
    },
    "short_name": "Related Topic Finder",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}