Similar Sites - Discover Related Websites

Instantly find websites similar to the one you’re currently browsing. Explore the web, discover more.

Что такое Similar Sites - Discover Related Websites?

Similar Sites - Discover Related Websites - это расширение Chrome, разработанное https://similarsites.com, и его основная функция - "Instantly find websites similar to the one you’re currently browsing. Explore the web, discover more.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Similar Sites - Discover Related Websites

Скачайте файлы расширений Similar Sites - Discover Related Websites в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        There’s millions of websites that we all browse on a daily basis and often find ourselves looking for a similar website to consume content from, shop from or just generally explore. With SimilarSites you can find websites related to the ones you’re currently browsing in seconds!

Once you have downloaded the extension and have started browsing your favorite websites, simply click on the extension to see a list of recommended and comparable sites that are associated with the one you’re currently on.
 
You can use the extension to:
 
★★  Shop Smarter ★★
Our extension is perfect for discovering new shopping sites similar to the ones you currently buy from. Whether you’re looking to treat yourself to something new or buy a gift, we’ll provide you with new shopping ideas instantly!

★★ Consume Content ★★
Love blogs? Want to find a new news outlet? We’ve got you covered! While reading your favorite content online, we will recommend new outlets to help grow your reading list. That fashion and travel blog you’re reading? There’s loads more where that came from and we’ll discover them for you!
 
★★ Travel and Leisure ★★
If you’re planning your next vacation or need some day trip ideas, you can now  get the best bang for your buck!  We’ll provide you with related web links to the ones you’re used to searching - and you might just find cheaper travel options and have a better experience on a comparable, but different website.
 
★★ Business and Research ★★
As the most powerful website affinity engine, SimilarSites is the No.1 research and lead generation tool for businesses. Find the highest quality content, discover competitors, conduct keyword research and generate leads by using the extension to maximise your business growth opportunities and to analyze your business and marketing needs. 

And those are just a few examples! Explore the web in whichever way you choose and discover more of your favorite content today!
  
---------------------------------------------------------------------
 
The technology behind SimilarSites is designed to show that "people who visit this site also like to visit these other related sites". When you download the extension, you join our community of users who contribute anonymized information regarding their browsing experience to improve our site recommendation algorithm. Our community improves our algorithms every minute, ensuring fresh and up-to-date recommendations!

We care very much about your privacy. Using  our extension requires enabling the following permissions; All Hosts, WebRequest, WebRequestBlocking, Web Navigation, tabs, storage and context Menus to capture anonymized browsing data. This powers the algorithms that generate information on sites similar to the ones you visit. This data allows us to understand website traffic numbers and flows, which can be used for market research. For more information, please review our privacy policy before you install our extension, available here: https://www.similarsites.com/privacy-policy                    

Основная информация о расширении

Название Similar Sites - Discover Related Websites Similar Sites - Discover Related Websites
ID necpbmbhhdiplmfhmjicabdeighkndkn
Официальный URL https://chromewebstore.google.com/detail/similar-sites-discover-re/necpbmbhhdiplmfhmjicabdeighkndkn
Описание Instantly find websites similar to the one you’re currently browsing. Explore the web, discover more.
Размер файла 1.26 MB
Количество установок 327,491
Текущая Версия 7.3.6
Последнее Обновление 2023-10-18
Дата публикации 2020-02-15
Рейтинг 4.01/5 Всего 368 оценок
Разработчик https://similarsites.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.similarsites.com
URL страницы помощи http://www.similarsites.com
URL страницы политики конфиденциальности http://www.similarsites.com/privacy-policy
Поддерживаемые языки id,de,en,fil,fr,nl,no,vi,tr,da,es,es-419,it,pl,pt-BR,pt-PT,fi,sv,el,ru,uk,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "7.3.6",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_security_policy": {
        "extension_page": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
    },
    "icons": {
        "16": "images\/icons\/ss-addon-icon-16.png",
        "32": "images\/icons\/icon-32x32.png",
        "48": "images\/icons\/icon-48x48.png",
        "128": "images\/icons\/icon-128x128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webNavigation",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icons\/ss-addon-icon-16.png"
        },
        "default_title": "SimilarSites"
    },
    "minimum_chrome_version": "93",
    "background": {
        "service_worker": ".\/service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "frame\/frame.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg",
                "images\/*.jpg",
                "images\/*.png",
                "images\/flags\/*.svg",
                "images\/icons\/*.png",
                "images\/onboarding\/*.svg",
                "fonts\/*.ttf",
                "panel\/panel.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        },
        {
            "resources": [
                "serp_overlay\/serp_overlay.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}