Likeey
Likeey allows you to increase your likes on your posts. This extension works as a like exchange.
Likeeyとは何ですか?
LikeeyはLikeeyによって開発されたChromeの拡張機能で、その主な機能は「Likeey allows you to increase your likes on your posts. This extension works as a like exchange.」です。
拡張機能のスクリーンショット
Likeey拡張機能のCRXファイルをダウンロード
Likeey拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Likeey |
ID | ffadpiabilbnjbgcemdndlkikhmnniel |
公式URL | https://chromewebstore.google.com/detail/likeey/ffadpiabilbnjbgcemdndlkikhmnniel |
説明 | Likeey allows you to increase your likes on your posts. This extension works as a like exchange. |
ファイルサイズ | 438 KB |
インストール数 | 199,721 |
現在のバージョン | 2.5 |
最終更新日 | 2024-01-16 |
公開日 | 2022-06-10 |
評価 | 4.85/5 合計 474 レビュー |
開発者 | Likeey |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://likeeey.biz/chrome_privacy.html |
対応言語 | 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" ] } |