Weed republic
Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions.
Was ist Weed republic?
Weed republic ist eine Chrome-Erweiterung, die von https://weedrepublic.com entwickelt wurde, und ihr Hauptmerkmal ist "Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions.".
Erweiterungsscreenshots
Weed republic-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weed republic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fhchpdkjlnjkaklkbjpoojhkogbegmib |
| Offizielle URL | https://chromewebstore.google.com/detail/weed-republic/fhchpdkjlnjkaklkbjpoojhkogbegmib |
| Beschreibung | Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions. |
| Dateigröße | 16.73 KB |
| Installationsanzahl | 44 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2018-10-18 |
| Veröffentlichungsdatum | 2018-10-18 |
| Entwickler | https://weedrepublic.com |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.clubbable.com/Static/PrivacyPolicyv1.html |
| Unterstützte Sprachen | 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
}
} | |