No Cyrus
This extension hides any Facebook post with the word 'Cyrus' in it. You know why.
什么是No Cyrus?
No Cyrus是由nuketibet开发的Chrome扩展程序,该扩展的主要功能是“This extension hides any Facebook post with the word 'Cyrus' in it. You know why.”。
下载No Cyrus扩展crx文件
下载No Cyrus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You go to Facebook, and poof! There are NO POSTS in your feed discussing Miley Cyrus.
扩展基本信息
名称 | |
ID | ofbidgnckljnplhimfnckohheefakmpn |
官方URL | https://chrome.google.com/webstore/detail/no-cyrus/ofbidgnckljnplhimfnckohheefakmpn |
简介 | This extension hides any Facebook post with the word 'Cyrus' in it. You know why. |
文件大小 | 48.91 KB |
安装次数 | 33 |
当前版本 | 1.0 |
更新时间 | 2013-10-04 |
上架时间 | 2013-10-04 |
评分 | 5.00/5 共1次评分 |
开发者 | nuketibet |
付费类型 | free |
扩展官网 | http://www.stilldrinking.org |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Cyrus", "description": "This extension hides any Facebook post with the word 'Cyrus' in it. You know why.", "version": "1.0", "homepage_url": "http:\/\/stilldrinking.org", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "popup.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "jquery.js", "popup.js" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |