Grin V2
More visibility for your Instagram bio.
什麼是Grin V2?
Grin V2是由http://grin.cabral.br.com開發的Chrome擴展程式,該擴展的主要功能是“More visibility for your Instagram bio.”。
擴展截圖
下載Grin V2擴展crx文件
下載Grin V2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | copaacobnkbcemmbnfbaffmnpjfoakfe |
官方網址 | https://chrome.google.com/webstore/detail/grin-v2/copaacobnkbcemmbnfbaffmnpjfoakfe |
簡介 | More visibility for your Instagram bio. |
檔案大小 | 147 KB |
安裝次數 | 20 |
目前版本 | 2.4 |
更新時間 | 2019-07-19 |
上架時間 | 2019-07-19 |
評分 | 3.00/5 共 2 次評分 |
開發者 | http://grin.cabral.br.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } ] } |