CybrHome - Explore The Internet

Find similar websites in one-click. The best way to explore the internet.

CybrHome - Explore The Internetคืออะไร?

CybrHome - Explore The Internet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cybrhome.com และคุณลักษณะหลักของมันคือ "Find similar websites in one-click. The best way to explore the internet."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CybrHome - Explore The Internet

ดาวน์โหลดไฟล์ส่วนขยาย CybrHome - Explore The Internet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is CybrHome's official chrome extension using which you can access several features of CybrHome within your chrome tab which makes your browsing more fun and productive.


☆ FEATURES

✓ Find related and similar sites
✓ Discover new websites
✓ Find alternatives
✓ Like and bookmark sites
✓ Rate and review websites
✓ Check a website's rankings
✓ Send a site to a friend on CybrHome
✓ Submit a site to CybrHome
✓ See topics related to a site
✓ See a site's details and additional info
✓ Search CybrHome within the extension
✓ Find links to a site's social media pages, browser plugins and mobile apps


☆ WHO SHOULD INSTALL THIS

CybrHome is a popular tool among students, developers, designers, researchers, entrepreneurs, programmers, bloggers, SEO experts, marketers, founders, startups and internet enthusiasts. CybrHome is available for web, chrome and android.

If you like extensions like SimilarWeb, Similar Sites, Product Hunt, Alexa, Quora, Medium, StumbleUpon, Pocket, Pinterest, Papaly and Delicious, then chances are you'll like CybrHome too.


☆ ABOUT US

This is the official chrome extension for CybrHome. CybrHome provides lists of top sites for every topic and is a new way to explore and research the internet. CybrHome recommends you lists, links and alternatives for web apps, software, blogs, tutorials, mobile apps, android apps, iOS apps and more.

CybrHome © 2017. All rights reserved.
www.cybrhome.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CybrHome - Explore The Internet CybrHome - Explore The Internet
ID pgpjpgmppammfnfbeigagmaoapjhbkmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cybrhome-explore-the-inte/pgpjpgmppammfnfbeigagmaoapjhbkmh
คำอธิบาย Find similar websites in one-click. The best way to explore the internet.
ขนาดไฟล์ 1.55 MB
จำนวนการติดตั้ง 753
เวอร์ชันปัจจุบัน 0.0.11
อัปเดตครั้งล่าสุด 2017-09-28
วันที่เผยแพร่ 2017-09-28
คะแนน 5.00/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://cybrhome.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cybrhome.com
URL หน้าช่วยเหลือ http://help.cybrhome.com
URL หน้านโยบายความเป็นส่วนตัว http://www.cybrhome.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CybrHome - Explore The Internet",
    "description": "Find similar websites in one-click. The best way to explore the internet.",
    "version": "0.0.11",
    "background": {
        "page": "popup.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js https:\/\/www.google-analytics.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cybrhome.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/browser-action\/ch19.png",
            "38": "images\/icons\/browser-action\/ch38.png"
        },
        "default_title": "CybrHome",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icons\/ch16.png",
        "48": "images\/icons\/ch48.png",
        "128": "images\/icons\/ch128.png",
        "256": "images\/icons\/ch256.png"
    },
    "permissions": [
        "tabs",
        "topSites",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies"
    ]
}