Instagram Dark Theme
Dark Theme for Instagram
什么是Instagram Dark Theme?
Instagram Dark Theme是由samagragupta开发的Chrome扩展程序,该扩展的主要功能是“Dark Theme for Instagram”。
扩展截图
下载Instagram Dark Theme扩展crx文件
下载Instagram Dark Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get the Dark theme on your instagram page!!
扩展基本信息
名称 | |
ID | hifllpglcioapaciaggdmjpjcfpgehdg |
官方URL | https://chrome.google.com/webstore/detail/instagram-dark-theme/hifllpglcioapaciaggdmjpjcfpgehdg |
简介 | Dark Theme for Instagram |
文件大小 | 12.03 KB |
安装次数 | 89 |
当前版本 | 1.0 |
更新时间 | 2020-09-27 |
上架时间 | 2020-09-27 |
评分 | 4.00/5 共1次评分 |
开发者 | samagragupta |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Dark Theme", "version": "1.0", "description": "Dark Theme for Instagram", "icons": { "128": "icon.png" }, "manifest_version": 2, "content_scripts": [ { "js": [ "script.js" ], "css": [ "contentstyle.css" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "web_accessible_resources": [ "style.css", "dark.png" ], "permissions": [ "storage" ] } |