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
公式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
Eメール [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": [
                ""
            ]
        }
    ]
}