Endless Tinder Liker
This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).
Hvad er Endless Tinder Liker?
Endless Tinder Liker er en Chrome-udvidelse udviklet af http://namata.ru, og dens hovedfunktion er "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).".
Udvidelsesskærmbilleder
Download Endless Tinder Liker-udvidelses-CRX-fil
Download Endless Tinder Liker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gciilpifakooegcdimdegnljlncclink |
Officiel URL | https://chrome.google.com/webstore/detail/endless-tinder-liker/gciilpifakooegcdimdegnljlncclink |
Beskrivelse | This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them). |
Filstørrelse | 252 KB |
Antal Installationer | 834 |
Nuværende Version | 1.6 |
Senest Opdateret | 2021-09-02 |
Udgivelsesdato | 2020-05-04 |
Bedømmelse | 3.86/5 Samlet 7 Bedømmelser |
Udvikler | http://namata.ru |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://namata.ru/extensions/endlesstinderliker |
Hjælpeside-URL | https://namata.ru/support/thanksforinstall |
Understøttede Sprog | 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\/*" ] } |