Weed republic
Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions.
Wat is Weed republic?
Weed republic is een Chrome-extensie ontwikkeld door https://weedrepublic.com, en de belangrijkste functie is "Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions.".
Extensie Screenshots
Download het CRX-bestand van de extensie Weed republic
Download Weed republic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fhchpdkjlnjkaklkbjpoojhkogbegmib |
| Officiële URL | https://chromewebstore.google.com/detail/weed-republic/fhchpdkjlnjkaklkbjpoojhkogbegmib |
| Beschrijving | Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions. |
| Bestandsgrootte | 16.73 KB |
| Aantal Installaties | 44 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-10-18 |
| Publicatiedatum | 2018-10-18 |
| Ontwikkelaar | https://weedrepublic.com |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.clubbable.com/Static/PrivacyPolicyv1.html |
| Ondersteunde Talen | 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
}
} | |