Annoyatron

Play randomally annoying sounds to troll your co-workers

Qu'est-ce que Annoyatron ?

Annoyatron est une extension Chrome développée par Avishai, et sa fonction principale est "Play randomally annoying sounds to troll your co-workers".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Annoyatron

Téléchargez les fichiers d'extension Annoyatron au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 :)                    

Informations de Base sur l'Extension

Nom Annoyatron Annoyatron
ID aidikdpegckihbiaoiipjaamonflhnlb
URL Officiel https://chromewebstore.google.com/detail/annoyatron/aidikdpegckihbiaoiipjaamonflhnlb
Description Play randomally annoying sounds to troll your co-workers
Taille du Fichier 456 KB
Nombre d'Installations 96
Version Actuelle 1.4
Dernière Mise à Jour 2022-02-17
Date de Publication 2022-02-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur Avishai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/avishail/annoyatron
Langues Prises en Charge 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"
    }
}