ChromePride
This extension changes the background color of Facebook stories to match a pride flag
什么是ChromePride?
ChromePride是由veggiesaurus开发的Chrome扩展程序,该扩展的主要功能是“This extension changes the background color of Facebook stories to match a pride flag ”。
下载ChromePride扩展crx文件
下载ChromePride扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension changes the background color of Facebook stories to match a pride flag.
扩展基本信息
名称 | |
ID | keigncajbkgfaaeefbinafmiijlfhphm |
官方URL | https://chrome.google.com/webstore/detail/chromepride/keigncajbkgfaaeefbinafmiijlfhphm |
简介 | This extension changes the background color of Facebook stories to match a pride flag |
文件大小 | 4.02 KB |
安装次数 | 127 |
当前版本 | 1.1 |
更新时间 | 2015-06-27 |
上架时间 | 2015-06-27 |
评分 | 1.67/5 共3次评分 |
开发者 | veggiesaurus |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChromePride", "version": "1.1", "icons": { "16": "icon.png" }, "description": "This extension changes the background color of Facebook stories to match a pride flag ", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "inspector-stylesheet.css" ] } ] } |