Paywall Hopper
Replaces paywalled URL with unpaywalled URL.
Paywall Hopper क्या है?
Paywall Hopper magnus.ahmad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces paywalled URL with unpaywalled URL."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Paywall Hopper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension tries to keep the internet free by using url methods to remove paywalls on websites. Simply click the extension button and you will be redirected to an unpaywalled version of the website.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hbncgfkfgifijadbfdlmlegngnjhkfhn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/paywall-hopper/hbncgfkfgifijadbfdlmlegngnjhkfhn |
विवरण | Replaces paywalled URL with unpaywalled URL. |
फ़ाइल का आकार | 64.64 KB |
स्थापना संख्या | 623 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-09-30 |
प्रकाशन तिथि | 2022-09-30 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | magnus.ahmad |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paywall Hopper", "version": "1.0", "manifest_version": 3, "description": "Replaces paywalled URL with unpaywalled URL.", "permissions": [ "tabs", "scripting" ], "background": { "service_worker": "background.js" }, "action": [], "icons": { "16": "hopper.png", "48": "hopper.png", "128": "hopper.png" } } |