Joke Extension
Click to deliver a new joke!
ما هو Joke Extension؟
Joke Extension هو إضافة Chrome تم تطويرها بواسطة harshsheth1128، والميزة الرئيسية لها هي "Click to deliver a new joke!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Joke Extension
قم بتنزيل ملفات الامتداد Joke Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Studying, stressed, or are you simply bored. With the joke extension get 100 new jokes delivered to your thinking module with the simple click of a button. The jokes are updated every 24 hours so check back often. The joke extension keeps track of the joke you viewed last so you don't have to go through the process of clicking through old viewed jokes. All jokes are polled from the top 100 of the last 24 hours on www.reddit.com/r/jokes All rights are reserved to the creator, I do not own any of these.
معلومات أساسية عن التمديد
الاسم | |
ID | jjbkhccadjacoagfdkckilefbjjmfhge |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/joke-extension/jjbkhccadjacoagfdkckilefbjjmfhge |
الوصف | Click to deliver a new joke! |
حجم الملف | 457 KB |
عدد التثبيتات | 298 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-04-30 |
تاريخ النشر | 2018-04-30 |
تقييم | 4.00/5 مجموع تقييمات 3 |
المطور | harshsheth1128 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Joke Extension", "version": "1.0", "description": "Click to deliver a new joke!", "permissions": [ "storage" ], "background": { "scripts": [ "main.js" ], "persistent": false }, "browser_action": { "default_title": "Joke", "default_popup": "index.html" }, "manifest_version": 2 } |