Similar Websites

Similar Websites

Similar Websites là gì?

Similar Websites là một tiện ích mở rộng Chrome được phát triển bởi https://odir.org, và tính năng chính của nó là "Similar Websites".

Tải xuống tệp CRX của tiện ích mở rộng Similar Websites

Tải xuống các tệp mở rộng Similar Websites dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Similar Websites Similar Websites
ID bphmdijlndgbcfcafdkjmidjkeidenci
URL Chính Thức https://chrome.google.com/webstore/detail/similar-websites/bphmdijlndgbcfcafdkjmidjkeidenci
Mô tả Similar Websites
Kích Thước Tệp 701 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2017-02-16
Ngày Phát Hành 2017-02-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://odir.org
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.odir.org\/*",
                "*:\/\/*.odir.us\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "optional_permissions": [
        "topSites"
    ],
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'"
}