FastGetLink
Lấy link tải nhanh Ytube, FShare
Wat is FastGetLink?
FastGetLink is een Chrome-extensie ontwikkeld door https://x2convert.com, en de belangrijkste functie is "Lấy link tải nhanh Ytube, FShare".
Extensie Screenshots
Download het CRX-bestand van de extensie FastGetLink
Download FastGetLink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Lấy link fshare tốc độ cao không cần tài khoản, không quảng cáo
Basisinformatie over de Extensie
Naam | FastGetLink |
ID | fkoeidimbjjhhpofcfdhepcefnjaaach |
Officiële URL | https://chromewebstore.google.com/detail/fastgetlink/fkoeidimbjjhhpofcfdhepcefnjaaach |
Beschrijving | Lấy link tải nhanh Ytube, FShare |
Bestandsgrootte | 116 KB |
Aantal Installaties | 20 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2019-01-15 |
Publicatiedatum | 2019-01-11 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://x2convert.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | vi |
manifest.json | |
{ "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_icon": { "19": "icons\/64x64.png" }, "default_popup": "browseraction\/popup.html", "default_title": "T\u1ea3i link MAX SPEED" }, "background": { "persistent": true, "scripts": [ "js\/crypto.js", "js\/jquery.min.js", "js\/sha1.min.js", "js\/common.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/common.js", "js\/content.js" ] } ], "web_accessible_resources": [ "res\/images\/*" ], "commands": { "get-link": { "suggested_key": { "default": "Alt+1" }, "description": "Get link" } }, "description": "L\u1ea5y link t\u1ea3i nhanh Ytube, FShare", "icons": { "96": "icons\/64x64.png" }, "manifest_version": 2, "name": "FastGetLink", "permissions": [ "activeTab", "tabs", "storage", "https:\/\/*\/*" ], "short_name": "Get links tool", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.5" } |