AUTO LIKE & CMT POST IN TIMELINE
AUTO LIKE & CMT POST IN TIMELINE
Hvad er AUTO LIKE & CMT POST IN TIMELINE?
AUTO LIKE & CMT POST IN TIMELINE er en Chrome-udvidelse udviklet af cphuong.coldboy, og dens hovedfunktion er "AUTO LIKE & CMT POST IN TIMELINE".
Udvidelsesskærmbilleder
Download AUTO LIKE & CMT POST IN TIMELINE-udvidelses-CRX-fil
Download AUTO LIKE & CMT POST IN TIMELINE-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
Ứng dụng hỗ trợ người dùng facebook bình luận và thích các bài viết của người khác, nhằm mục đích tăng tương tác cho mình
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hfmlahmelnjgfekohoohpmgpkjccdlig |
Officiel URL | https://chromewebstore.google.com/detail/auto-like-cmt-post-in-tim/hfmlahmelnjgfekohoohpmgpkjccdlig |
Beskrivelse | AUTO LIKE & CMT POST IN TIMELINE |
Filstørrelse | 26.19 KB |
Antal Installationer | 1,126 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-09-04 |
Udgivelsesdato | 2020-09-04 |
Udvikler | cphuong.coldboy |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AUTO LIKE & CMT POST IN TIMELINE", "description": "AUTO LIKE & CMT POST IN TIMELINE", "version": "1.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon.png" }, "background": { "scripts": [ "js\/app.js" ] } } |