Focus Pro
End machine manipulation by removing targeted content and curated recommendations
Focus Pro क्या है?
Focus Pro SmartWebLLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "End machine manipulation by removing targeted content and curated recommendations"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Focus Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
How many times have you visited a webpage for a specific purpose and instead get distracted by curated and targeted content and forget your original goal? The goal of this plugin is to give control back to the user by allowing them to decide what they view instead of machine generated suggestions dictating their experience. Thanks for checking out my plugin! Currently Supported: https://www.youtube.com https://www.ebay.com
एक्सटेंशन की मूल जानकारी
नाम | Focus Pro |
ID | ndhkgigncccmmmkckagdbjkgbkhgpbnc |
आधिकारिक URL | https://chromewebstore.google.com/detail/focus-pro/ndhkgigncccmmmkckagdbjkgbkhgpbnc |
विवरण | End machine manipulation by removing targeted content and curated recommendations |
फ़ाइल का आकार | 22.59 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 0.9.6 |
अंतिम अपडेट | 2018-08-29 |
प्रकाशन तिथि | 2018-08-29 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | SmartWebLLC |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focus Pro", "short_name": "Focus Pro", "version": "0.9.6", "description": "End machine manipulation by removing targeted content and curated recommendations", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png" }, "content_scripts": [ { "css": [ "styles-youtube.css" ], "js": [ "app-youtube.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] }, { "css": [ "styles-ebay.css" ], "matches": [ "https:\/\/www.ebay.com\/*" ] } ] } |