Auto Link Bypasser
Extension for redirecting your Ad-Link automatically.
Auto Link Bypasser क्या है?
Auto Link Bypasser https://yuumari.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for redirecting your Ad-Link automatically."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Link Bypasser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ある特定のURL(おもに短縮リンク)を自動的にバイパス(リダイレクト)します。 You'll be able to bypass the various URLs (Shorteners' Links) in immediately! 「adf.ly」、「adfoc.us」、「shorte.st(sh.st)」、「bc.vc」、「short.am」など、たくさんのドメインに対応しています。 Extension supports many domains. 対応しているすべてのドメインはホームページから確認できます。 All supported domains can be found on our HP. 他たくさんのリンクを一度に変換したい場合は、アプリ(https://yuumari.com/bypass/)をつかって簡単にできます。😼 If you want to generate many links at once, you can easily do so by using our APP.
एक्सटेंशन की मूल जानकारी
नाम | Auto Link Bypasser |
ID | doiagnjlaingkmdjlbfalakpnphfmnoh |
आधिकारिक URL | https://chromewebstore.google.com/detail/auto-link-bypasser/doiagnjlaingkmdjlbfalakpnphfmnoh |
विवरण | Extension for redirecting your Ad-Link automatically. |
फ़ाइल का आकार | 198 KB |
स्थापना संख्या | 51,852 |
वर्तमान संस्करण | 1.6.1 |
अंतिम अपडेट | 2022-06-03 |
प्रकाशन तिथि | 2020-02-26 |
रेटिंग | 4.16/5 कुल 171 रेटिंग्स |
डेवलपर | https://yuumari.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://yuumari.com/ |
सहायता पृष्ठ URL | https://yuumari.com/ex/alb/ |
गोपनीयता नीति पृष्ठ URL | https://yuumari.com/privacy-policy |
समर्थित भाषाएँ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "images\/icon-grey-16.png", "48": "images\/icon-grey-48.png", "128": "images\/icon-grey-128.png" } }, "author": "yuumari.com", "background": { "service_worker": "background\/service-worker.js", "type": "module" }, "content_scripts": [ { "js": [ "content\/script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Extension for redirecting your Ad-Link automatically.", "homepage_url": "https:\/\/yuumari.com\/ex\/alb\/", "icons": { "16": "images\/icon-green-16.png", "48": "images\/icon-green-48.png", "128": "images\/icon-green-128.png" }, "manifest_version": 3, "name": "Auto Link Bypasser", "options_ui": { "open_in_tab": false, "page": "options\/index.html" }, "permissions": [ "storage" ], "short_name": "ALB", "version": "1.6.1" } |