Random Meme
View a random meme with the click of a button.
ما هو Random Meme؟
Random Meme هو إضافة Chrome تم تطويرها بواسطة Zack Holmberg، والميزة الرئيسية لها هي "View a random meme with the click of a button.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Random Meme
قم بتنزيل ملفات الامتداد Random Meme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extensions pulls top memes from your favourite subreddits and displays them one at a time for your entertainment. معلومات أساسية عن التمديد
| الاسم | |
| ID | ldgjdpabmocbcpgoalhdahdgedhodgko |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/random-meme/ldgjdpabmocbcpgoalhdahdgedhodgko |
| الوصف | View a random meme with the click of a button. |
| حجم الملف | 1.82 MB |
| عدد التثبيتات | 15 |
| النسخة الحالية | 1.1.0 |
| آخر تحديث | 2020-03-11 |
| تاريخ النشر | 2020-03-11 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Zack Holmberg |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Random Meme",
"version": "1.1.0",
"manifest_version": 2,
"description": "View a random meme with the click of a button.",
"permissions": [
"storage",
"https:\/\/www.reddit.com\/"
],
"browser_action": {
"default_icon": "images\/logo2.png",
"default_popup": "index.html",
"default_title": "Random Meme"
},
"icons": {
"16": "images\/logo.png",
"32": "images\/logo.png",
"48": "images\/logo.png",
"128": "images\/logo.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |