Tilda Unlocker
Unlocks unavailable Tilda editor blocks for free plans
Qu'est-ce que Tilda Unlocker ?
Tilda Unlocker est une extension Chrome développée par NightStranger, et sa fonction principale est "Unlocks unavailable Tilda editor blocks for free plans".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tilda Unlocker
Téléchargez les fichiers d'extension Tilda Unlocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The extension allows you to unlock all blocks in the Tilda site editor Source code - https://github.com/NightStrang6r/TildaUnlocker
Informations de Base sur l'Extension
Nom | Tilda Unlocker |
ID | knpphkffjenkoekokcdihbijgpcpbdkc |
URL Officiel | https://chromewebstore.google.com/detail/tilda-unlocker/knpphkffjenkoekokcdihbijgpcpbdkc |
Description | Unlocks unavailable Tilda editor blocks for free plans |
Taille du Fichier | 13.15 KB |
Nombre d'Installations | 263 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-03-18 |
Date de Publication | 2022-03-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | NightStranger |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tilda Unlocker", "author": "NightStranger", "description": "Unlocks unavailable Tilda editor blocks for free plans", "version": "1.0.0", "icons": { "64": "logo.png" }, "action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/tilda.cc\/page\/", "https:\/\/tilda.cc\/page\/*" ], "js": [ "main.js" ] } ], "permissions": [ "storage", "tabs" ], "content_security_policy": { "script-src": "self", "object-src": "self" } } |