Annoyatron

Play randomally annoying sounds to troll your co-workers

Annoyatronとは何ですか?

AnnoyatronはAvishaiによって開発されたChromeの拡張機能で、その主な機能は「Play randomally annoying sounds to troll your co-workers」です。

拡張機能のスクリーンショット

screenshot

Annoyatron拡張機能のCRXファイルをダウンロード

Annoyatron拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Troll your friends, family and co-workers with random annoying sounds. This extension will play random annoying sounds on random tabs every 20 - 40 minutes. Drive your loved one crazy by installing this extension on their Chrome and watch them suffer :)                    

拡張機能の基本情報

名前 Annoyatron Annoyatron
ID aidikdpegckihbiaoiipjaamonflhnlb
公式URL https://chromewebstore.google.com/detail/annoyatron/aidikdpegckihbiaoiipjaamonflhnlb
説明 Play randomally annoying sounds to troll your co-workers
ファイルサイズ 456 KB
インストール数 96
現在のバージョン 1.4
最終更新日 2022-02-17
公開日 2022-02-03
評価 5.00/5 合計 1 レビュー
開発者 Avishai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/avishail/annoyatron
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Annoyatron",
    "description": "Play randomally annoying sounds to troll your co-workers",
    "version": "1.4",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sound\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "512": "\/img\/icon.png"
    }
}