ANNoy Distractions

Make the entrentainment and nsf sites annoying to use

什麼是ANNoy Distractions?

ANNoy Distractions是由SRT.ONL開發的Chrome擴展程式,該擴展的主要功能是“Make the entrentainment and nsf sites annoying to use”。

擴展截圖

screenshot

下載ANNoy Distractions擴展crx文件

下載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
官方網址 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"
    ]
}