Random Meme

View a random meme with the click of a button.

什麼是Random Meme?

Random Meme是由Zack Holmberg開發的Chrome擴展程式,該擴展的主要功能是“View a random meme with the click of a button.”。

擴展截圖

screenshot
screenshot

下載Random Meme擴展crx文件

下載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
官方網址 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'"
}