Outline Redirect
This extension redirects the current tab to Outline.com, a website that removes paywalls.
Outline Redirect क्या है?
Outline Redirect brenopoggiali द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension redirects the current tab to Outline.com, a website that removes paywalls."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Outline Redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
HOW TO USE: when you are at a page that has a paywall, just click at the extension and it will redirect you to the Outline website of that page. This will let you read the content of that page! Disclaimer: Outline.com does not support this extension, although we are very thankful for their awesome platform :)
एक्सटेंशन की मूल जानकारी
नाम | Outline Redirect |
ID | cfhcklieekfbknjiejkihfglegfnngbo |
आधिकारिक URL | https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo |
विवरण | This extension redirects the current tab to Outline.com, a website that removes paywalls. |
फ़ाइल का आकार | 8.42 KB |
स्थापना संख्या | 2,372 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-04-29 |
प्रकाशन तिथि | 2020-04-29 |
रेटिंग | 4.60/5 कुल 10 रेटिंग्स |
डेवलपर | brenopoggiali |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/brenopoggiali/outline-extension |
सहायता पृष्ठ URL | https://github.com/brenopoggiali/outline-extension/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Outline Redirect", "description": "This extension redirects the current tab to Outline.com, a website that removes paywalls.", "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "Click to be redirected to the Outline of this page." }, "permissions": [ "tabs" ] } |