Unfollow All Followers - U.A.F

Product designed to help users unfollow everyone on social media websites.

Unfollow All Followers - U.A.Fとは何ですか?

Unfollow All Followers - U.A.Fはhttps://getcreativesoftware.devによって開発されたChromeの拡張機能で、その主な機能は「Product designed to help users unfollow everyone on social media websites.」です。

拡張機能のスクリーンショット

screenshot

Unfollow All Followers - U.A.F拡張機能のCRXファイルをダウンロード

Unfollow All Followers - U.A.F拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Features:

(1) Click all unfollow buttons:

This feature will allow end-user to unfollow multiple profiles on Twitter by clicking all un-follow buttons. Using this tool, end-user can unfollow all profiles on Twitter.

(2) Click all follow buttons:

This tool will allow an end-user to follow multiple profiles on Twitter by clicking all follow buttons. Using this tool, end-user can follow multiple profiles on twitter.

Additional features:

- You can run this tool on any twitter page displays follow or un-follow buttons.
- Allows an end-user to specify a custom delay time interval between each request.

contact us at: [email protected]

This software is neither created nor endorsed by any third party social media company.

Privacy notice: This software neither collects nor transmits any personally identifiable information. This software does not track your browsing behavior. Information necessary for functioning of this software is stored on the devices of end user, our servers do not have access to this information.

For more information please read our privacy policy and terms of service.

Privacy policy:
https://www.getcreativesoftware.dev/privacy/

Terms of service:
https://www.getcreativesoftware.dev/tos/                    

拡張機能の基本情報

名前 Unfollow All Followers - U.A.F Unfollow All Followers - U.A.F
ID fpfainppjklcpodgddiekchaajmoneca
公式URL https://chromewebstore.google.com/detail/unfollow-all-followers-ua/fpfainppjklcpodgddiekchaajmoneca
説明 Product designed to help users unfollow everyone on social media websites.
ファイルサイズ 85.14 KB
インストール数 1,691
現在のバージョン 3.0.0.1
最終更新日 2023-07-05
公開日 2020-02-11
評価 3.17/5 合計 18 レビュー
開発者 https://getcreativesoftware.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.getcreativesoftware.dev/unfollow-all-followers-for-twitter/
ヘルプページのURL https://www.getcreativesoftware.dev/unfollow-all-followers-for-twitter/
プライバシーポリシーページのURL https://www.getcreativesoftware.dev/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unfollow All Followers - U.A.F",
    "description": "Product designed to help users unfollow everyone on social media websites.",
    "short_name": "U.A.F",
    "manifest_version": 3,
    "version": "3.0.0.1",
    "homepage_url": "https:\/\/www.getcreativesoftware.dev\/unfollow-all-followers-for-twitter\/",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "background": {
        "service_worker": "background\/background_sw.js"
    },
    "action": {
        "default_title": "U.A.F",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icon\/16.png",
        "24": "icon\/24.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png",
        "512": "icon\/512.png"
    }
}