ANNoy Distractions

Make the entrentainment and nsf sites annoying to use

ANNoy Distractionsคืออะไร?

ANNoy Distractions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SRT.ONL และคุณลักษณะหลักของมันคือ "Make the entrentainment and nsf sites annoying to use"

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

screenshot

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

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

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

                        Not waste any more of your time in entertainment or adult sites. This plugin will make you hate that kind of sites by:

- Shaking images and links
- Every time you click a link, some annoying advertisement will be opened in a tab.
- Every time you scroll a fart sound will be played
- At any moment a dinosaur will apear from nowhere in your screen making noise.
- More things to annoy you will come.

The idea is to make you not use social networks, entertainment and adult sites. But without blocking them, just making that kind of websites annoying to use.                    

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

ชื่อ ANNoy Distractions ANNoy Distractions
ID cdcphalmjbppiecgidbodhhghfkhpcnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/annoy-distractions/cdcphalmjbppiecgidbodhhghfkhpcnh
คำอธิบาย Make the entrentainment and nsf sites annoying to use
ขนาดไฟล์ 291 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2017-03-08
วันที่เผยแพร่ 2017-03-08
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา SRT.ONL
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ANNoy Distractions",
    "version": "0.0.1",
    "description": "Make the entrentainment and nsf sites annoying to use",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "raptor.png",
        "raptor-sound.mp3",
        "raptor-sound.ogg"
    ]
}