Voz Love
Extension for forums.voz.vn
Voz Love क्या है?
Voz Love nmtrung द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for forums.voz.vn"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Voz Love एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Quote notifications - Subscribed threads notifications - Expand the layout to full window width - Paging by left, right keyboard - Quick link f17, f33 on top (can add as you like) - Go to top button - Click on thread link automatically jump to the latest post you just read - Show emo in thread link - Thread open in background - Show hidden box - Hide title of thread created by ignore user - Hide title of thread by keyword - Quick reload when press 'F5' or 'Ctrl + R' - Automatically detect links, photos, videos, youtube..., remove redirect link in post - Show hidden link in emo - Automatically shorten long quote - Quick quote - Autopage in thread - Capture post - Add ignore link, find all threads link when click on username - Show recent threads created by owner in f17 - Display full emo in the reply frame - Suggest emo when typing ":" in the reply frame - Stickers - Upload images quickly by upload dialog, drag drop or paste images from the clipboard into the reply frame - Create rainbow effect for text
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hpnhkgfedkiamdlplpnmipmfhnjiiamo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/voz-love/hpnhkgfedkiamdlplpnmipmfhnjiiamo |
विवरण | Extension for forums.voz.vn |
फ़ाइल का आकार | 166 KB |
स्थापना संख्या | 290 |
वर्तमान संस्करण | 1.10.12 |
अंतिम अपडेट | 2020-04-13 |
प्रकाशन तिथि | 2020-04-13 |
रेटिंग | 4.89/5 कुल 19 रेटिंग्स |
डेवलपर | nmtrung |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://forums.voz.vn/showthread.php?t=6360673 |
सहायता पृष्ठ URL | https://forums.voz.vn/showthread.php?t=6360673 |
समर्थित भाषाएँ | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voz Love", "version": "1.10.12", "default_locale": "en", "description": "__MSG_extDes__", "icons": { "16": "public\/images\/icon16.png", "48": "public\/images\/icon48.png", "128": "public\/images\/icon128.png" }, "browser_action": { "default_icon": "public\/images\/icon16.png" }, "author": "nmtrung", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/forums.voz.vn\/*" ], "css": [ "public\/css\/style.css" ], "js": [ "public\/js\/next.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/forums.voz.vn\/*" ], "js": [ "public\/js\/manifest.js", "public\/js\/vendor.js", "public\/js\/app.js" ], "run_at": "document_end" } ], "options_page": "options.html", "permissions": [ "notifications", "storage", "cookies", "contextMenus", "idle", "*:\/\/forums.voz.vn\/*", "*:\/\/*.pik.vn\/*" ], "web_accessible_resources": [ "public\/images\/ex-link.png" ] } |