Web TikTok

Watch tik tok in mobile form in a browser.

O que é Web TikTok?

Web TikTok é uma extensão do Chrome desenvolvida por foa18676, e sua principal característica é "Watch tik tok in mobile form in a browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Web TikTok

Baixe arquivos de extensão Web TikTok no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        TikTok Mobile View - this is the name of our new extension, which is already used by a lot of people.  TikTok Mobile View is an extension where you can create your account and upload your videos to the network.  You can use different effects, slow down or speed up your video, and the ability to apply a filter to your video is also provided.  It contains a huge amount of different music.  Capture trends and fly into recommendations.  TikTok Mobile View is completely free and easy to use.  Rather, join the people who have already downloaded our product and enjoy using it.
The extension gets the number of visits from tiktok links                    

Informações Básicas da Extensão

Nome Web TikTok Web TikTok
ID lijndnmpjnhjmhklmmnijcchadmpmpik
URL Oficial https://chrome.google.com/webstore/detail/web-tiktok/lijndnmpjnhjmhklmmnijcchadmpmpik
Descrição Watch tik tok in mobile form in a browser.
Tamanho do Arquivo 47.65 KB
Contagem de Instalações 20,000
Versão Atual 3.1.1
Última Atualização 2021-10-04
Data de Publicação 2021-05-03
Classificação 3.38/5 Total de 13 Avaliações
Desenvolvedor foa18676
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.1.1",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "icons": {
        "128": "\/assets\/icon.png"
    },
    "action": [],
    "background": {
        "service_worker": "\/view\/visorPage.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/all_urls\/onload.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}