Clear This Page
Bypass the clutter from any web article
Clear This Page क्या है?
Clear This Page http://clearthis.page द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bypass the clutter from any web article"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clear This Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This service takes any web article or news page and returns only the relevant content, freeing you from any clutter, including ads, paywalls, article limits, popups and more. Trigger the extension by clicking on its icon or using the context menu (right click of the mouse) on any page or link.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jhmmoamfcbidmbmnphlimaombiflfalm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm |
विवरण | Bypass the clutter from any web article |
फ़ाइल का आकार | 5.67 KB |
स्थापना संख्या | 6,113 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2019-03-08 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 4.33/5 कुल 33 रेटिंग्स |
डेवलपर | http://clearthis.page |
ईमेल | [email protected] |
एक्सटेंशन वेबसाइट | https://clearthis.page |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear This Page", "description": "Bypass the clutter from any web article", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ], "browser_action": { "name": "Click to extract content from the current browser tab" }, "icons": { "128": "icon1.png" }, "manifest_version": 2 } |