Hack todoist
Hack todoist premium features
Vad är Hack todoist?
Hack todoist är en Chrome-tillägg utvecklad av Igor Marty, och dess huvudfunktion är "Hack todoist premium features".
Ladda ner Hack todoist-förlängningens CRX-fil
Ladda ner Hack todoist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Get todoist premium freatures for free with this hack ! Grundläggande Information om Tillägg
| Namn | |
| ID | dhapdoedkeiodchdfcioohjoabldilne |
| Officiell webbadress | https://chromewebstore.google.com/detail/hack-todoist/dhapdoedkeiodchdfcioohjoabldilne |
| Beskrivning | Hack todoist premium features |
| Filstorlek | 3.76 KB |
| Antal Installationer | 56 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2017-09-21 |
| Publiceringsdatum | 2017-09-21 |
| Utvecklare | Igor Marty |
| Betalningssätt | free |
| Stödda Språk | 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
}
]
} | |