Creator of Noise

This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…

Creator of Noiseคืออะไร?

Creator of Noise เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mzozy92 และคุณลักษณะหลักของมันคือ "This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Creator of Noise

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

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

                        This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using it, all your text will become unreadable signs that will clearly show the ads that a website has.                    

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

ชื่อ Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
คำอธิบาย This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
ขนาดไฟล์ 3.41 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-04-21
วันที่เผยแพร่ 2016-04-21
คะแนน 2.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา mzozy92
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creator of Noise",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "changefont.css"
            ]
        }
    ]
}