Honest Internet

Replaces movie and actor names with their "honest" versions.

Honest Internetคืออะไร?

Honest Internet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spencerjgilbert และคุณลักษณะหลักของมันคือ "Replaces movie and actor names with their "honest" versions."

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

screenshot

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

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

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

                        Replaces movie and actor names with their "honest" versions.                    

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

ชื่อ Honest Internet Honest Internet
ID gggaedhlpphijoadcbgmbmlppnldkede
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/honest-internet/gggaedhlpphijoadcbgmbmlppnldkede
คำอธิบาย Replaces movie and actor names with their "honest" versions.
ขนาดไฟล์ 21.46 KB
จำนวนการติดตั้ง 126
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2017-10-27
วันที่เผยแพร่ 2017-10-27
คะแนน 4.97/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา spencerjgilbert
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Honest Internet",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}