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
官方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'"
}