No Cyrus
This extension hides any Facebook post with the word 'Cyrus' in it. You know why.
Wat is No Cyrus?
No Cyrus is een Chrome-extensie ontwikkeld door nuketibet, en de belangrijkste functie is "This extension hides any Facebook post with the word 'Cyrus' in it. You know why.".
Download het CRX-bestand van de extensie No Cyrus
Download No Cyrus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
You go to Facebook, and poof! There are NO POSTS in your feed discussing Miley Cyrus.
Basisinformatie over de Extensie
Naam | |
ID | ofbidgnckljnplhimfnckohheefakmpn |
Officiële URL | https://chrome.google.com/webstore/detail/no-cyrus/ofbidgnckljnplhimfnckohheefakmpn |
Beschrijving | This extension hides any Facebook post with the word 'Cyrus' in it. You know why. |
Bestandsgrootte | 48.91 KB |
Aantal Installaties | 33 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-10-04 |
Publicatiedatum | 2013-10-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | nuketibet |
Betalingswijze | free |
Extensiewebsite | http://www.stilldrinking.org |
Ondersteunde Talen | 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" } } |