Chuck Norris Jokes
Gives you a Chuck Norris joke for those lonely nights at the computer..
Hvad er Chuck Norris Jokes?
Chuck Norris Jokes er en Chrome-udvidelse udviklet af imeetwelve, og dens hovedfunktion er "Gives you a Chuck Norris joke for those lonely nights at the computer..".
Download Chuck Norris Jokes-udvidelses-CRX-fil
Download Chuck Norris Jokes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lfohcfloocdfnkmfnfchomhlgpmbfcjl |
Officiel URL | https://chrome.google.com/webstore/detail/chuck-norris-jokes/lfohcfloocdfnkmfnfchomhlgpmbfcjl |
Beskrivelse | Gives you a Chuck Norris joke for those lonely nights at the computer.. |
Filstørrelse | 327 KB |
Antal Installationer | 111 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-02-04 |
Udgivelsesdato | 2015-02-04 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | imeetwelve |
Betalingsmetode | free |
Understøttede Sprog | 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\/" } |