Chuck Norris Jokes
Gives you a Chuck Norris joke for those lonely nights at the computer..
ما هو Chuck Norris Jokes؟
Chuck Norris Jokes هو إضافة Chrome تم تطويرها بواسطة imeetwelve، والميزة الرئيسية لها هي "Gives you a Chuck Norris joke for those lonely nights at the computer..".
تحميل ملف CRX للإضافة Chuck Norris Jokes
قم بتنزيل ملفات الامتداد Chuck Norris Jokes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | lfohcfloocdfnkmfnfchomhlgpmbfcjl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/chuck-norris-jokes/lfohcfloocdfnkmfnfchomhlgpmbfcjl |
الوصف | Gives you a Chuck Norris joke for those lonely nights at the computer.. |
حجم الملف | 327 KB |
عدد التثبيتات | 111 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-02-04 |
تاريخ النشر | 2015-02-04 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | imeetwelve |
نوع الدفع | free |
اللغات المدعومة | 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\/" } |