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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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