No Cyrus
This extension hides any Facebook post with the word 'Cyrus' in it. You know why.
No Cyrus क्या है?
No Cyrus nuketibet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension hides any Facebook post with the word 'Cyrus' in it. You know why."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No Cyrus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |