Hack todoist
Hack todoist premium features
Wat is Hack todoist?
Hack todoist is een Chrome-extensie ontwikkeld door Igor Marty, en de belangrijkste functie is "Hack todoist premium features".
Download het CRX-bestand van de extensie Hack todoist
Download Hack todoist-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
Get todoist premium freatures for free with this hack !
Basisinformatie over de Extensie
Naam | Hack todoist |
ID | dhapdoedkeiodchdfcioohjoabldilne |
Officiële URL | https://chromewebstore.google.com/detail/hack-todoist/dhapdoedkeiodchdfcioohjoabldilne |
Beschrijving | Hack todoist premium features |
Bestandsgrootte | 3.76 KB |
Aantal Installaties | 56 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-09-21 |
Publicatiedatum | 2017-09-21 |
Ontwikkelaar | Igor Marty |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hack todoist", "version": "0.1", "description": "Hack todoist premium features", "permissions": [ "tabs" ], "web_accessible_resources": [ "\/script.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.todoist.com\/*", "http:\/\/*.todoist.com\/*" ], "js": [ "app.js" ], "run_at": "document_end", "all_frames": true } ] } |