Mega低調碼
『Mega低調碼』解碼神還原~支援0rz.tw/tinyurl.com等短網址!
What is Mega低調碼?
Mega低調碼 is a Chrome extension developed by ininders, and its main feature is "『Mega低調碼』解碼神還原~支援0rz.tw/tinyurl.com等短網址!".
Extension Screenshots
Download Mega低調碼 Extension CRX File
Download Mega低調碼 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
『Mega低調碼』解碼神還原! 支援下列短網址: (1) 0rz.tw:5碼字串 (2) tinyurl.com:7碼與8碼字串
Extension Basic Information
Name | |
ID | iaadhnokjpbnimehbffnlphlkodfdhjm |
Official URL | https://chrome.google.com/webstore/detail/mega%E4%BD%8E%E8%AA%BF%E7%A2%BC/iaadhnokjpbnimehbffnlphlkodfdhjm |
Description | 『Mega低調碼』解碼神還原~支援0rz.tw/tinyurl.com等短網址! |
File Size | 37.31 KB |
Installation Count | 11,800 |
Current Version | 1.1.0 |
Last Updated | 2020-03-17 |
Publish Date | 2020-03-17 |
Rating | 4.90/5 Total 68 Ratings |
Developer | ininders |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mega\u4f4e\u8abf\u78bc", "description": "\u300eMega\u4f4e\u8abf\u78bc\u300f\u89e3\u78bc\u795e\u9084\u539f\uff5e\u652f\u63f40rz.tw\/tinyurl.com\u7b49\u77ed\u7db2\u5740\uff01", "version": "1.1.0", "permissions": [ "http:\/\/0rz.tw\/*", "https:\/\/tinyurl.com\/*", "contextMenus", "tabs" ], "browser_action": { "default_title": "Mega\u4f4e\u8abf\u78bc", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "event.js" ], "persistent": true } } |