ANNoy Distractions

Make the entrentainment and nsf sites annoying to use

ANNoy Distractions là gì?

ANNoy Distractions là một tiện ích mở rộng Chrome được phát triển bởi SRT.ONL, và tính năng chính của nó là "Make the entrentainment and nsf sites annoying to use".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ANNoy Distractions

Tải xuống các tệp mở rộng ANNoy Distractions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ANNoy Distractions ANNoy Distractions
ID cdcphalmjbppiecgidbodhhghfkhpcnh
URL Chính Thức https://chromewebstore.google.com/detail/annoy-distractions/cdcphalmjbppiecgidbodhhghfkhpcnh
Mô tả Make the entrentainment and nsf sites annoying to use
Kích Thước Tệp 291 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-03-08
Ngày Phát Hành 2017-03-08
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển SRT.ONL
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}