Chuck Norris Jokes
Gives you a Chuck Norris joke for those lonely nights at the computer..
Was ist Chuck Norris Jokes?
Chuck Norris Jokes ist eine Chrome-Erweiterung, die von imeetwelve entwickelt wurde, und ihr Hauptmerkmal ist "Gives you a Chuck Norris joke for those lonely nights at the computer..".
Chuck Norris Jokes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chuck Norris Jokes-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
One simple click on Chuck Norris' face, and you get a random Chuck joke. For example: Chuck Norris never wet his bed as a child. The bed wet itself out of fear. Chuck Norris can set ants on fire with a magnifying glass. At night. Is this useful? Not really. Is it fun? Yes.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lfohcfloocdfnkmfnfchomhlgpmbfcjl |
Offizielle URL | https://chrome.google.com/webstore/detail/chuck-norris-jokes/lfohcfloocdfnkmfnfchomhlgpmbfcjl |
Beschreibung | Gives you a Chuck Norris joke for those lonely nights at the computer.. |
Dateigröße | 327 KB |
Installationsanzahl | 111 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-02-04 |
Veröffentlichungsdatum | 2015-02-04 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | imeetwelve |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chuck Norris Jokes", "description": "Gives you a Chuck Norris joke for those lonely nights at the computer..", "version": "1.0", "browser_action": { "default_icon": "chuck.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [ "activeTab", "http:\/\/api.instagram.com\/", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' https:\/\/swapi.co\/; object-src 'self' https:\/\/swapi.co\/" } |