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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Meme

ดาวน์โหลดไฟล์ส่วนขยาย Random Meme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This chrome extensions pulls top memes from your favourite subreddits and displays them one at a time for your entertainment.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Random Meme Random Meme
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'"
}