Grin V2
More visibility for your Instagram bio.
Wat is Grin V2?
Grin V2 is een Chrome-extensie ontwikkeld door http://grin.cabral.br.com, en de belangrijkste functie is "More visibility for your Instagram bio.".
Extensie Screenshots
Download het CRX-bestand van de extensie Grin V2
Download Grin V2-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
O Grin aumenta a visibilidade da sua conta do Instagram. Atráves dos mecanismos presentes nele, ele consegue atrair seguidores para sua conta e curtidas para suas postagens mais recentes.
Basisinformatie over de Extensie
Naam | |
ID | copaacobnkbcemmbnfbaffmnpjfoakfe |
Officiële URL | https://chrome.google.com/webstore/detail/grin-v2/copaacobnkbcemmbnfbaffmnpjfoakfe |
Beschrijving | More visibility for your Instagram bio. |
Bestandsgrootte | 147 KB |
Aantal Installaties | 20 |
Huidige Versie | 2.4 |
Laatst Bijgewerkt | 2019-07-19 |
Publicatiedatum | 2019-07-19 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://grin.cabral.br.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "grin", "version": "2.4", "description": "__MSG_slogan__", "default_locale": "en", "icons": { "16": "images\/0016.png", "32": "images\/0032.png", "64": "images\/0064.png", "128": "images\/0128.png", "256": "images\/0256.png", "512": "images\/0512.png", "1024": "images\/1024.png" }, "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'", "permissions": [ "*:\/\/www.instagram.com\/*", "*:\/\/grin.cabral.br.com\/*", "*:\/\/grin-dev.cabral.br.com\/*", "*:\/\/localhost\/*", "webRequest", "webRequestBlocking" ], "externally_connectable": { "matches": [ "https:\/\/www.instagram.com\/*" ] }, "browser_action": { "default_icon": "images\/0016.png", "default_popup": "code\/popup.html" }, "background": { "scripts": [ "code\/cors.js" ] }, "content_scripts": [ { "js": [ "code\/script.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ] } |