Kill News Feed & Stories.
Saves your time by removing the Facebook news feed and Stories in your Browser.
Kill News Feed & Stories. क्या है?
Kill News Feed & Stories. arryanggaputra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saves your time by removing the Facebook news feed and Stories in your Browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kill News Feed & Stories. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Saves your time by removing the Facebook news feed and Stories in your Browser. Remove the news feed and storiess. That's it. You can still check your messages and notifications, update status, and do everything you could do before. You just won't get distracting news feed posts and stories anymore. No more wasting time on Facebook. Be Productive! Changelog: 1.0.2 - reload facebook when configuration changes
एक्सटेंशन की मूल जानकारी
नाम | Kill News Feed & Stories. |
ID | ggjocnbfiiifcaghdkkpgcpdednmnocb |
आधिकारिक URL | https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb |
विवरण | Saves your time by removing the Facebook news feed and Stories in your Browser. |
फ़ाइल का आकार | 60.32 KB |
स्थापना संख्या | 3,061 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-03-29 |
प्रकाशन तिथि | 2020-03-29 |
रेटिंग | 2.45/5 कुल 22 रेटिंग्स |
डेवलपर | arryanggaputra |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://kopi.dev |
सहायता पृष्ठ URL | https://kopi.dev |
समर्थित भाषाएँ | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "beProductive.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "name": "Kill News Feed & Stories.", "description": "Saves your time by removing the Facebook news feed and Stories in your Browser.", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs", "activeTab" ], "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" } } |