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 |
官方網址 | 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" } } |