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 |
| 官方網址 | 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
}
} | |