Weed republic
Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions.
什么是Weed republic?
Weed republic是由https://weedrepublic.com开发的Chrome扩展程序,该扩展的主要功能是“Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions.”。
扩展截图
下载Weed republic扩展crx文件
下载Weed republic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
We think it is time that cannabis is re-appraised. We want to share information so people can make up their own minds about cannabis' place in our society. 扩展基本信息
| 名称 | |
| ID | fhchpdkjlnjkaklkbjpoojhkogbegmib |
| 官方URL | https://chromewebstore.google.com/detail/weed-republic/fhchpdkjlnjkaklkbjpoojhkogbegmib |
| 简介 | Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions. |
| 文件大小 | 16.73 KB |
| 安装次数 | 44 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-10-18 |
| 上架时间 | 2018-10-18 |
| 开发者 | https://weedrepublic.com |
| 付费类型 | free |
| 隐私政策页面URL | https://www.clubbable.com/Static/PrivacyPolicyv1.html |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Weed republic",
"version": "1.0",
"description": "Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions.",
"browser_action": {
"default_title": "weedrepublic.com"
},
"permissions": [
"https:\/\/www.weedrepublic.com\/"
],
"icons": {
"48": "48.png",
"128": "128.png"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
}
} | |