InfinityFollow

A tiny and efficient assistant for Instagram™

InfinityFollowคืออะไร?

InfinityFollow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.infinityfollow.com และคุณลักษณะหลักของมันคือ "A tiny and efficient assistant for Instagram™"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InfinityFollow

ดาวน์โหลดไฟล์ส่วนขยาย InfinityFollow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        LET INFINITYFOLLOW GAIN LOTS OF NEW FOLLOWERS

_InfinityFollow is a small chrome extension which brings you more attention to your Instagram™ Profile. The automation saves you time by follow / unfollow accounts, on your behalf.  This attracts other users to your profile without violating against the Instagram™ policies.

_Anyone and any business accounts can try InfinityFollow for 3 days for free


IT’S SAVE
_It doesn’t need your Login Information to operate
_No remote server needed, your data stays at your computer
_Use our pre-installed settings & avoid being blocked.


IT’S EASY TO USE
_Already setup and ready to go in less than 1 minute
_Keep a logged in tab open and let InfinityFollow do the job for you
_Watch our video to see how it’s done


Notice: This standalone Chrome plugin is an independent project and is not associated or certified by Instagram™. All Instagram logos and trademarks displayed on this Chrome plugin are property of third parties. You use InfinityFollow at your own risk. For more info, privacy policy and terms of service, please visit our website: https://www.infinityfollow.com/


* PLEASE RATE US *
If you like InfinityFollow, tell your friends about it by sharing a link! Spread some love and help them growing their followers!


* FEEL ALWAYS FREE TO CONTACT US *
If you have an issue, please do not hesitate to reach us directly at [email protected]


* ONGOING IMPROVEMENTS *
We are constantly improving this piece of software. Feel always free to contact us regarding feedback. 

Thank you                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ InfinityFollow InfinityFollow
ID gldgceachgdhbcdjanalgkkibnjohapa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/infinityfollow/gldgceachgdhbcdjanalgkkibnjohapa
คำอธิบาย A tiny and efficient assistant for Instagram™
ขนาดไฟล์ 11.08 MB
จำนวนการติดตั้ง 839
เวอร์ชันปัจจุบัน 1.37
อัปเดตครั้งล่าสุด 2023-01-26
วันที่เผยแพร่ 2020-07-04
คะแนน 4.50/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา https://www.infinityfollow.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.infinityfollow.com/
URL หน้าช่วยเหลือ https://www.infinityfollow.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://infinityfollow.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/jquery-ui.min.js",
            "js\/functions.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css",
                "options\/notie.min.css"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/jquery-ui.min.js",
                "js\/functions.js",
                "js\/ScrollTo.min.js",
                "options\/notie.min.js",
                "js\/fontawesome.min.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/instagram.com\/*",
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/js.chargebee.com\/ https:\/\/www.googletagmanager.com\/ https:\/\/www.google-analytics.com https:\/\/kit.fontawesome.com https:\/\/client.crisp.chat\/l.js https:\/\/client.crisp.chat\/static\/javascripts\/client.js https:\/\/settings.crisp.chat\/client\/website\/7c270436-d018-4660-a6d5-c48638caede2\/prelude\/ https:\/\/settings.crisp.chat\/client\/website\/7c270436-d018-4660-a6d5-c48638caede2\/ https:\/\/client.crisp.chat\/settings\/website\/7c270436-d018-4660-a6d5-c48638caede2\/ https:\/\/client.crisp.chat\/static\/javascripts\/locales\/de.js; object-src 'self'",
    "description": "A tiny and efficient assistant for Instagram\u2122",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "InfinityFollow",
    "options_page": "options\/options.html",
    "permissions": [
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "alarms",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/instagram.com\/*",
        "https:\/\/*.instagram.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.37",
    "web_accessible_resources": [
        "img\/icon128.png",
        "popup\/acc50.png"
    ]
}