ComprarPremium Plugin
Baixe Seus links de forma premium! Baixe com velocidade Premium e sem protetor de link!
Was ist ComprarPremium Plugin?
ComprarPremium Plugin ist eine Chrome-Erweiterung, die von Yuri Gomes entwickelt wurde, und ihr Hauptmerkmal ist "Baixe Seus links de forma premium! Baixe com velocidade Premium e sem protetor de link!".
Erweiterungsscreenshots
ComprarPremium Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie ComprarPremium Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Nosso plugin tem como função desproteger seus link com protetor de link e gerar links na velocidade Premium! Não baixe links de forma limitada mais, entre para o ComprarPremium.
Grundlegende Informationen zur Erweiterung
Name | ComprarPremium Plugin |
ID | niegcklodpdkohhkcnmkpbljpdfamdon |
Offizielle URL | https://chromewebstore.google.com/detail/comprarpremium-plugin/niegcklodpdkohhkcnmkpbljpdfamdon |
Beschreibung | Baixe Seus links de forma premium! Baixe com velocidade Premium e sem protetor de link! |
Dateigröße | 44.65 KB |
Installationsanzahl | 230 |
Aktuelle Version | 0.6 |
Letztes Update | 2020-05-05 |
Veröffentlichungsdatum | 2020-05-01 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | Yuri Gomes |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://comprarpremium.com/ |
Unterstützte Sprachen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ComprarPremium Plugin", "description": "Baixe Seus links de forma premium! Baixe com velocidade Premium e sem protetor de link!", "version": "0.6", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "plugin.js" ] }, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*" ], "homepage_url": "http:\/\/comprarpremium.com\/", "browser_action": { "default_title": "", "default_icon": "icon_48.png" } } |