URL MultiShortener
UMS allows you to shorten links on the fly with the best link shorteners that paid
什么是URL MultiShortener?
URL MultiShortener是由https://shorteners.net开发的Chrome扩展程序,该扩展的主要功能是“UMS allows you to shorten links on the fly with the best link shorteners that paid”。
扩展截图
下载URL MultiShortener扩展crx文件
下载URL MultiShortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
URL Multishortener, is the first extension that allows you to shorten the web addresses of the pages you are visiting, with the best shorteners that pay. All of them included in a single button. Easier, impossible; By selecting the shortener on the page you find, you get a shortened link to it directly on the clipboard. You can paste it immediately wherever you want. The first time you will be asked for the API data. Revenue goes directly to your shorteners accounts. Apart from the CPAs in the form of link blockers, it also has simple shorteners or no ads, as well as of course, the main link shorteners that pay.
扩展基本信息
名称 | |
ID | edpadfdmemjdclnjfghaneencjeoncbn |
官方URL | https://chromewebstore.google.com/detail/url-multishortener/edpadfdmemjdclnjfghaneencjeoncbn |
简介 | UMS allows you to shorten links on the fly with the best link shorteners that paid |
文件大小 | 224 KB |
安装次数 | 1,682 |
当前版本 | 2.12.0 |
更新时间 | 2023-10-08 |
上架时间 | 2019-04-03 |
评分 | 4.11/5 共9次评分 |
开发者 | https://shorteners.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://ums.shorteners.net/ |
隐私政策页面URL | http://ums.shorteners.net/p/privacy-policy-politica-de-privacidad.html |
支持的语言 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_messageName__", "version": "2.12.0", "description": "__MSG_messageDescription__", "default_locale": "en", "homepage_url": "https:\/\/shorteners.net\/", "icons": { "16": "data\/icon-16-borde.png", "48": "data\/icon-48.png", "64": "data\/icon-borde.png", "96": "data\/icon-96.png", "128": "data\/icon-128.png" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "clipboardWrite", "notifications", "contextMenus" ], "browser_action": { "default_title": "URL MultiShortener - Alt+U", "default_icon": "data\/icon-borde.png", "default_popup": "popup\/short.html" }, "background": { "scripts": [ "background\/make-call.js", "background\/install.js", "background\/apis.js", "background\/apis-procesar.js", "background\/ums.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+U", "mac": "Alt+U", "linux": "Alt+U" }, "description": "Open URL MultiShortener" } }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "web_accessible_resources": [ "content\/*", "popup\/*" ] } |