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是由https://similarsites.com開發的Chrome擴展程式,該擴展的主要功能是“Instantly find websites similar to the one you’re currently browsing. Explore the web, discover more.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Similar Sites - Discover Related Websites擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}