Endless Tinder Liker
This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).
什麼是Endless Tinder Liker?
Endless Tinder Liker是由http://namata.ru開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).”。
擴展截圖
下載Endless Tinder Liker擴展crx文件
下載Endless Tinder Liker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | gciilpifakooegcdimdegnljlncclink |
官方網址 | https://chrome.google.com/webstore/detail/endless-tinder-liker/gciilpifakooegcdimdegnljlncclink |
簡介 | This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them). |
檔案大小 | 252 KB |
安裝次數 | 834 |
目前版本 | 1.6 |
更新時間 | 2021-09-02 |
上架時間 | 2020-05-04 |
評分 | 3.86/5 共 7 次評分 |
開發者 | http://namata.ru |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://namata.ru/extensions/endlesstinderliker |
說明頁面URL | https://namata.ru/support/thanksforinstall |
支援的語言 | 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\/*" ] } |