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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}