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
公式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"
    ]
}