Similar Sites - Discover Related Websites

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

O que é Similar Sites - Discover Related Websites?

Similar Sites - Discover Related Websites é uma extensão do Chrome desenvolvida por https://similarsites.com, e sua principal característica é "Instantly find websites similar to the one you’re currently browsing. Explore the web, discover more.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Similar Sites - Discover Related Websites

Baixe arquivos de extensão Similar Sites - Discover Related Websites no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Similar Sites - Discover Related Websites Similar Sites - Discover Related Websites
ID necpbmbhhdiplmfhmjicabdeighkndkn
URL Oficial https://chromewebstore.google.com/detail/similar-sites-discover-re/necpbmbhhdiplmfhmjicabdeighkndkn
Descrição Instantly find websites similar to the one you’re currently browsing. Explore the web, discover more.
Tamanho do Arquivo 1.26 MB
Contagem de Instalações 327,491
Versão Atual 7.3.6
Última Atualização 2023-10-18
Data de Publicação 2020-02-15
Classificação 4.01/5 Total de 368 Avaliações
Desenvolvedor https://similarsites.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.similarsites.com
URL da Página de Ajuda http://www.similarsites.com
URL da Página de Política de Privacidade http://www.similarsites.com/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}