PageExpand
Popup image. Batch download. Extend BBS. etc...
PageExpand क्या है?
PageExpand https://hakuhin.jp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Popup image. Batch download. Extend BBS. etc..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PageExpand एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
----- Main function ----- ⚙️Popup image. ⚙️Batch download tool. ⚙️Extend anonymous BBS. (5ch, 2chan) ----- Sub function (Setting required) ----- ⚙️Expand thumbnail image. ⚙️Expand MediaPlayer. ⚙️Expand shortened URL. ⚙️Replace text to hyperlink. ⚙️Override Referer and UserAgent. (abolish in MV3) ⚙️Customize by JavaScript. (abolish in MV3) ----- About PageExpand ----- ⚙️Enrich legacy text-based sites. ----- Specification details ----- ⚙️https://hakuhin.jp/browser_extension/page_expand.html
एक्सटेंशन की मूल जानकारी
नाम | PageExpand |
ID | bjnobgdfhefpilajplncgjjeopakpepc |
आधिकारिक URL | https://chromewebstore.google.com/detail/pageexpand/bjnobgdfhefpilajplncgjjeopakpepc |
विवरण | Popup image. Batch download. Extend BBS. etc... |
फ़ाइल का आकार | 412 KB |
स्थापना संख्या | 14,282 |
वर्तमान संस्करण | 1.6.1 |
अंतिम अपडेट | 2023-11-19 |
प्रकाशन तिथि | 2019-11-19 |
रेटिंग | 4.20/5 कुल 89 रेटिंग्स |
डेवलपर | https://hakuhin.jp |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://hakuhin.jp/browser_extension/page_expand.html |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_extension_name__", "version": "1.6.1", "manifest_version": 2, "description": "__MSG_extension_description__", "author": "hakuhin", "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "38": "icon38.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "PageExpand.js", "background.js" ], "persistent": true }, "content_scripts": [ { "all_frames": true, "js": [ "PageExpand.js", "content_scripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "match_about_blank": true, "run_at": "document_start" } ], "browser_action": { "default_icon": { "16": "icon16.png", "18": "icon18.png", "19": "icon19.png", "32": "icon32.png", "38": "icon38.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "default_title": "__MSG_extension_name__", "default_popup": "popup.html" }, "sidebar_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "38": "icon38.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "default_title": "__MSG_extension_name__", "default_panel": "sidebar.html" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "contextMenus", "storage", "clipboardWrite", "downloads", "downloads.shelf", "http:\/\/*\/", "https:\/\/*\/" ], "applications": { "gecko": { "id": "[email protected]" } } } |