Chuck Norris Jokes
Gives you a Chuck Norris joke for those lonely nights at the computer..
Cos'è Chuck Norris Jokes?
Chuck Norris Jokes è un'estensione di Chrome sviluppata da imeetwelve, e la sua funzione principale è "Gives you a Chuck Norris joke for those lonely nights at the computer..".
Scarica il file CRX dell'estensione Chuck Norris Jokes
Scarica i file di estensione Chuck Norris Jokes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lfohcfloocdfnkmfnfchomhlgpmbfcjl |
URL Ufficiale | https://chrome.google.com/webstore/detail/chuck-norris-jokes/lfohcfloocdfnkmfnfchomhlgpmbfcjl |
Descrizione | Gives you a Chuck Norris joke for those lonely nights at the computer.. |
Dimensione del File | 327 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-02-04 |
Data di Pubblicazione | 2015-02-04 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | imeetwelve |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" } |