Gimmie Some Ganja Button
Says 'Gimmie some Ganja!',
什么是Gimmie Some Ganja Button?
Gimmie Some Ganja Button是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Says 'Gimmie some Ganja!',”。
扩展截图
下载Gimmie Some Ganja Button扩展crx文件
下载Gimmie Some Ganja Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A button that plays the Rick James sample from Kendrick Lamar's "DNA"!
扩展基本信息
名称 | Gimmie Some Ganja Button |
ID | ejbdijibkpniiiffmfkdiddeogeaaloi |
官方URL | https://chromewebstore.google.com/detail/gimmie-some-ganja-button/ejbdijibkpniiiffmfkdiddeogeaaloi |
简介 | Says 'Gimmie some Ganja!', |
文件大小 | 229 KB |
安装次数 | 55 |
当前版本 | 1.3 |
更新时间 | 2017-05-24 |
上架时间 | 2017-05-24 |
评分 | 5.00/5 共7次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gimmie Some Ganja Button", "version": "1.3", "description": "Says 'Gimmie some Ganja!',", "icons": { "128": "green-button-th.png" }, "browser_action": { "default_icon": { "19": "green-button-th.png", "38": "green-button-th.png" }, "default_title": "Gimmie Some Ganja Button" }, "author": "Graham Hough", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "background" ] } |