Annoying Browsing

Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that

ما هو Annoying Browsing؟

Annoying Browsing هو إضافة Chrome تم تطويرها بواسطة kalandrey92، والميزة الرئيسية لها هي "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Annoying Browsing

قم بتنزيل ملفات الامتداد Annoying Browsing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Sometimes you just want to spice up your regular internet browsing experience. There's a ton of very helpful extensions out there which make your life easier. This extension doesn't. Experience hardcore rages and headache-inducing fonts or make text completely disappear. Perfect to use on your friend's computer.                    

معلومات أساسية عن التمديد

الاسم Annoying Browsing Annoying Browsing
ID amocooflhobdfdnlkpdnapkcafolalhh
عنوان URL الرسمي https://chromewebstore.google.com/detail/annoying-browsing/amocooflhobdfdnlkpdnapkcafolalhh
الوصف Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that
حجم الملف 4.43 KB
عدد التثبيتات 859
النسخة الحالية 1
آخر تحديث 2016-12-18
تاريخ النشر 2016-12-18
تقييم 3.00/5 مجموع تقييمات 2
المطور kalandrey92
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Annoying Browsing",
    "version": "1",
    "permissions": [
        "activeTab"
    ],
    "description": "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that",
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}