Etsy Ad-Free
A simple extension that prevents you from seeing seller ads on the Etsy website.
Etsy Ad-Free क्या है?
Etsy Ad-Free ndallas1983 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that prevents you from seeing seller ads on the Etsy website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Etsy Ad-Free एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you're searching Etsy for something, you will find that what you're looking for is abruptly overtaken by ads that are sometimes 10x higher in price. This extension will make your experience a bit more honest and show you listings by the natural algorithm, which is based on your search criteria and sorting preference. This extension is also useful if you are a seller and do not want to accidentally click on someone's advertisement.
एक्सटेंशन की मूल जानकारी
नाम | Etsy Ad-Free |
ID | lkmidcopffikdeokfcmejoleakoaechf |
आधिकारिक URL | https://chromewebstore.google.com/detail/etsy-ad-free/lkmidcopffikdeokfcmejoleakoaechf |
विवरण | A simple extension that prevents you from seeing seller ads on the Etsy website. |
फ़ाइल का आकार | 122 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-05-12 |
प्रकाशन तिथि | 2023-05-12 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | ndallas1983 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "data\/icons\/etsy-ad-free-16.png", "32": "data\/icons\/etsy-ad-free-32.png", "48": "data\/icons\/etsy-ad-free-48.png", "64": "data\/icons\/etsy-ad-free-64.png" }, "default_title": "Etsy Ad-Free" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "foreground.js" ], "matches": [ "*:\/\/www.etsy.com\/*" ], "run_at": "document_start" } ], "description": "A simple extension that prevents you from seeing seller ads on the Etsy website.", "icons": { "128": "data\/icons\/etsy-ad-free-128.png", "16": "data\/icons\/etsy-ad-free-16.png", "32": "data\/icons\/etsy-ad-free-32.png", "48": "data\/icons\/etsy-ad-free-48.png", "64": "data\/icons\/etsy-ad-free-64.png" }, "manifest_version": 3, "name": "Etsy Ad-Free", "version": "1.0.0" } |