Weed republic
Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions.
Vad är Weed republic?
Weed republic är en Chrome-tillägg utvecklad av https://weedrepublic.com, och dess huvudfunktion är "Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions.".
Tilläggsskärmbilder
Ladda ner Weed republic-förlängningens CRX-fil
Ladda ner Weed republic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | fhchpdkjlnjkaklkbjpoojhkogbegmib |
| Officiell webbadress | https://chromewebstore.google.com/detail/weed-republic/fhchpdkjlnjkaklkbjpoojhkogbegmib |
| Beskrivning | Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions. |
| Filstorlek | 16.73 KB |
| Antal Installationer | 44 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2018-10-18 |
| Publiceringsdatum | 2018-10-18 |
| Utvecklare | https://weedrepublic.com |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.clubbable.com/Static/PrivacyPolicyv1.html |
| Stödda Språk | 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
}
} | |