Similar Websites

Similar Websites

Similar Websitesคืออะไร?

Similar Websites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://odir.org และคุณลักษณะหลักของมันคือ "Similar Websites"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Similar Websites

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

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

                                            

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

ชื่อ Similar Websites Similar Websites
ID bphmdijlndgbcfcafdkjmidjkeidenci
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/similar-websites/bphmdijlndgbcfcafdkjmidjkeidenci
คำอธิบาย Similar Websites
ขนาดไฟล์ 701 KB
จำนวนการติดตั้ง 135
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2017-02-16
วันที่เผยแพร่ 2017-02-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://odir.org
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}