Remove Donald Trump from Facebook
Remove Donald Trump from Facebook Homepage
Remove Donald Trump from Facebook क्या है?
Remove Donald Trump from Facebook Derek Story द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove Donald Trump from Facebook Homepage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Donald Trump from Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Like this extension? Donations are appreciated at: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KREFNCYGZJCBE -------------------------- Remove posts on Facebook that mention "Trump". A post must contain the text string "trump" in order for the post to be removed. If the post only mentions "Donald", "President", or god forbid, only shows his picture, the post will remain. Instructions: It runs in the background, so you won't see an icon for it or anything. If you installed it, its running. If you want to remove it, delete it/disable it from chrome://extensions/ -------------------------- Logo Designed by: http://rustlerdesigns.com https://www.reddit.com/user/cpncjwhitebeard contact: [email protected] http://derekstory.com
एक्सटेंशन की मूल जानकारी
नाम | Remove Donald Trump from Facebook |
ID | hhokbihnhhfghkbmihlgfcoafhkghdej |
आधिकारिक URL | https://chromewebstore.google.com/detail/remove-donald-trump-from/hhokbihnhhfghkbmihlgfcoafhkghdej |
विवरण | Remove Donald Trump from Facebook Homepage |
फ़ाइल का आकार | 965 KB |
स्थापना संख्या | 2,152 |
वर्तमान संस्करण | 3 |
अंतिम अपडेट | 2017-02-26 |
प्रकाशन तिथि | 2017-02-26 |
रेटिंग | 4.27/5 कुल 148 रेटिंग्स |
डेवलपर | Derek Story |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Donald Trump from Facebook", "description": "Remove Donald Trump from Facebook Homepage", "version": "3", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start", "js": [ "facebook_filter.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon48.png" } } |