Weed republic
Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions.
Cos'è Weed republic?
Weed republic è un'estensione di Chrome sviluppata da https://weedrepublic.com, e la sua funzione principale è "Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Weed republic
Scarica i file di estensione Weed republic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fhchpdkjlnjkaklkbjpoojhkogbegmib |
| URL Ufficiale | https://chromewebstore.google.com/detail/weed-republic/fhchpdkjlnjkaklkbjpoojhkogbegmib |
| Descrizione | Cannabis news, reviews and product info! Weed Republic wants to be a catalyst for positive actions. |
| Dimensione del File | 16.73 KB |
| Conteggio Installazioni | 44 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2018-10-18 |
| Data di Pubblicazione | 2018-10-18 |
| Sviluppatore | https://weedrepublic.com |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://www.clubbable.com/Static/PrivacyPolicyv1.html |
| Lingue Supportate | 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
}
} | |