Likeey
Likeey allows you to increase your likes on your posts. This extension works as a like exchange.
Was ist Likeey?
Likeey ist eine Chrome-Erweiterung, die von Likeey entwickelt wurde, und ihr Hauptmerkmal ist "Likeey allows you to increase your likes on your posts. This extension works as a like exchange.".
Erweiterungsscreenshots
Likeey-Erweiterungs-CRX-Datei herunterladen
Laden Sie Likeey-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
On this extension do not need to enter sensitive informations.
Features:
- No password required automatically verification.
- Safe, secure and super easy to use
- No extra registration required
How works:
- Get install Likeeey
- Sign in to your online social account
- Enable your liking switch on the settings page
- You will earn 3 credits every hour
- You can exchange your credits for real likes 1 like is 1 credit
- Use your brwoser as usally
Our fair usage policy:
- Your account likes other posts while your liking switch is enabled in the extension settings
- We will never attempt to change any of your informations
- This application will never attempt to make any posts, comments or follow other users.
Important:
- This application does not belong or is related to any official social media website Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ffadpiabilbnjbgcemdndlkikhmnniel |
| Offizielle URL | https://chromewebstore.google.com/detail/likeey/ffadpiabilbnjbgcemdndlkikhmnniel |
| Beschreibung | Likeey allows you to increase your likes on your posts. This extension works as a like exchange. |
| Dateigröße | 438 KB |
| Installationsanzahl | 199,721 |
| Aktuelle Version | 2.5 |
| Letztes Update | 2024-01-16 |
| Veröffentlichungsdatum | 2022-06-10 |
| Bewertung | 4.85/5 Insgesamt 474 Bewertungen |
| Entwickler | Likeey |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://likeeey.biz/chrome_privacy.html |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Likeey",
"version": "2.5",
"description": "Likeey allows you to increase your likes on your posts. This extension works as a like exchange.",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html"
},
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.likeeey.biz\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"permissions": [
"alarms",
"storage",
"declarativeNetRequest"
]
} | |