Disabling vk-away.php
The extension allows you to open links that VK considers doubtful.
Disabling vk-away.php क्या है?
Disabling vk-away.php Water द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension allows you to open links that VK considers doubtful."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Disabling vk-away.php एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sometimes, VKontakte disallow you to move on addresses that it does not know or does not consider safe But, there are hundreds of sites that you know and want to open them, and VK gives you a window (as in the screenshot) This lightweight extension allows you to bypass this page (away.php), so you don't have to copy the link manually After right-clicking on the icon, you can: 1. Remove the icon 2. See the cookie, but I didn't tell you that, right? The extension contains: 1. Feature: Bypass "away.php" of vk.com or of *.vk.com (for example: m.vk.com) 2. Feature: Displays cookies in the context menu 3. Has: English language support (for what?)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cibbdeojpjfinkkhjafgblneeldimmbb |
आधिकारिक URL | https://chromewebstore.google.com/detail/disabling-vk-awayphp/cibbdeojpjfinkkhjafgblneeldimmbb |
विवरण | The extension allows you to open links that VK considers doubtful. |
फ़ाइल का आकार | 21.86 KB |
स्थापना संख्या | 790 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2021-10-11 |
प्रकाशन तिथि | 2020-04-23 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Water |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_manifest_name__", "short_name": "__MSG_manifest_short_name__", "description": "__MSG_manifest_description__", "version": "0.0.4", "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "__MSG_manifest_title__", "default_icon": "icons\/icon128.png" }, "icons": { "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/vk.com\/*", "*:\/\/*.vk.com\/*" ], "js": [ "js\/content_script.js" ], "run_at": "document_start" } ], "permissions": [ "contextMenus" ], "manifest_version": 3, "default_locale": "ru" } |