Endless Tinder Liker
This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).
Co je Endless Tinder Liker?
Endless Tinder Liker je rozšíření Chrome vyvinuté http://namata.ru, a jeho hlavní funkcí je „This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Endless Tinder Liker
Stáhněte si soubory rozšíření Endless Tinder Liker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them). Just click on the extension icon and the “Run” button to start putting likes and the “Stop” button to finish it.
Základní Informace o Rozšíření
Název | |
ID | gciilpifakooegcdimdegnljlncclink |
Oficiální URL | https://chrome.google.com/webstore/detail/endless-tinder-liker/gciilpifakooegcdimdegnljlncclink |
Popis | This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them). |
Velikost souboru | 252 KB |
Počet instalací | 834 |
Aktuální Verze | 1.6 |
Poslední Aktualizace | 2021-09-02 |
Datum Vydání | 2020-05-04 |
Hodnocení | 3.86/5 Celkem 7 Hodnocení |
Vývojář | http://namata.ru |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://namata.ru/extensions/endlesstinderliker |
URL Stránky Nápovědy | https://namata.ru/support/thanksforinstall |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Endless Tinder Liker", "description": "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).", "version": "1.6", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/tinder.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "*:\/\/tinder.com\/*" ] } |