No Cyrus
This extension hides any Facebook post with the word 'Cyrus' in it. You know why.
Hvad er No Cyrus?
No Cyrus er en Chrome-udvidelse udviklet af nuketibet, og dens hovedfunktion er "This extension hides any Facebook post with the word 'Cyrus' in it. You know why.".
Download No Cyrus-udvidelses-CRX-fil
Download No Cyrus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
You go to Facebook, and poof! There are NO POSTS in your feed discussing Miley Cyrus.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ofbidgnckljnplhimfnckohheefakmpn |
Officiel URL | https://chrome.google.com/webstore/detail/no-cyrus/ofbidgnckljnplhimfnckohheefakmpn |
Beskrivelse | This extension hides any Facebook post with the word 'Cyrus' in it. You know why. |
Filstørrelse | 48.91 KB |
Antal Installationer | 33 |
Nuværende Version | 1.0 |
Senest Opdateret | 2013-10-04 |
Udgivelsesdato | 2013-10-04 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | nuketibet |
Betalingsmetode | free |
Udvidelseswebsted | http://www.stilldrinking.org |
Understøttede Sprog | 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" } } |