Bug
Adds very realistic animated bugs (spiders and/or flies) to your chrome browser.
Was ist Bug?
Bug ist eine Chrome-Erweiterung, die von bugextension entwickelt wurde, und ihr Hauptmerkmal ist "Adds very realistic animated bugs (spiders and/or flies) to your chrome browser.".
Erweiterungsscreenshots
Bug-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bug-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        A small extension which adds realistic animated bugs to your browser. Has modes for spiders and flies (or both). Option to only show the bugs on a percentage of pages viewed.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ekbjjckppofeioffpmilicifcmcfjpnh | 
| Offizielle URL | https://chromewebstore.google.com/detail/bug/ekbjjckppofeioffpmilicifcmcfjpnh | 
| Beschreibung | Adds very realistic animated bugs (spiders and/or flies) to your chrome browser. | 
| Dateigröße | 62.49 KB | 
| Installationsanzahl | 162 | 
| Aktuelle Version | 1.0 | 
| Letztes Update | 2018-11-01 | 
| Veröffentlichungsdatum | 2018-10-25 | 
| Bewertung | 4.50/5 Insgesamt 2 Bewertungen | 
| Entwickler | bugextension | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://auz.github.io/Bug/ | 
| Unterstützte Sprachen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bug",
    "short_name": "Bug",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds very realistic animated bugs (spiders and\/or flies) to your chrome browser.",
    "homepage_url": "https:\/\/auz.github.io\/Bug\/",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bug.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "bug-icon-16.png",
        "48": "bug-icon-48.png",
        "128": "bug-icon-128.png"
    }
}  |  |