Another.site - find all similar sites

Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click.

Another.site - find all similar sites क्या है?

Another.site - find all similar sites http://another.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Another.site - find all similar sites एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Have you found an interesting website that you like? Do you want to find more sites like this? Use our simple extension to instantly find more resources on any topic you need! Just click on the extension icon and you’ll see an exhaustive list of similar, related and alternative sites to the one you’re currently on. Explore the internet in a more convenient way, and discover new websites and pages you never knew before in the fields you’re curious about.

★Features★

☆All similar sites just in 1 click
Simply and quickly find analogies of sites that you like

☆Rating of sites
Make a choice based on the rating of other users

☆Discussion of the site in the comments
Discuss sites with other users and read popular comments

☆All important information without visiting the site
Read the detailed description of sites without visiting them

☆Quick access to all pages of the site
Open only what you need with quick links leading to important pages of the site

☆100% anonymous search
We do not store the history of your search and do not use other technologies to know the history of your search

Why millions of people choose our extension:
✔ Simple
✔ Instant
✔ Reliable
✔ Convenient
✔ Exhaustive
✔ Informative                    

एक्सटेंशन की मूल जानकारी

नाम Another.site - find all similar sites Another.site - find all similar sites
ID aphjajolpkblejofnillmeoibfkigeen
आधिकारिक URL https://chrome.google.com/webstore/detail/anothersite-find-all-simi/aphjajolpkblejofnillmeoibfkigeen
विवरण Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click.
फ़ाइल का आकार 6.66 MB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.3
अंतिम अपडेट 2018-01-02
प्रकाशन तिथि 2018-01-02
रेटिंग 2.85/5 कुल 13 रेटिंग्स
डेवलपर http://another.site
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://another.site/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Another.site - find all similar sites",
    "description": "Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "128x128.png",
        "default_title": "Another Site"
    },
    "permissions": [
        "activeTab",
        "background",
        "tabs",
        "https:\/\/another.site\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "128x128.png"
    ]
}