Nhiệm vụ skin

Tiện ích kiểm tra keyword tìm kiếm trên google. Khi làm nhiệm vụ sẽ giúp trang web đích kiểm tra xem đã tìm kiếm đúng chưa.

What is Nhiệm vụ skin?

Nhiệm vụ skin is a Chrome extension developed by https://lmssplus.com, and its main feature is "Tiện ích kiểm tra keyword tìm kiếm trên google. Khi làm nhiệm vụ sẽ giúp trang web đích kiểm tra xem đã tìm kiếm đúng chưa.".

Extension Screenshots

screenshot

Download Nhiệm vụ skin Extension CRX File

Download Nhiệm vụ skin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tiện ích Nhiệm Vụ Skin free

Đây là một tiện ích nhỏ và đơn giản giúp kiểm tra những thứ mà bạn tìm kiếm trên google. 

Cách hoạt động
- Khi bạn vào google, tiện ích sẽ phân tích vào lưu lại từ khoá của bạn (không gửi thông tin này đi bất kì đâu)
- Khi bạn vào web tiếp theo, tiện ích sẽ ghi từ khoá cuối cùng bạn tìm kiếm vào thẻ div nằm trong body html.

Quyền riêng tư
- Ghi lại từ khoá tìm kiếm cuối cùng và thêm thông tin đó vào thẻ div ở web tiếp theo                    

Extension Basic Information

Name Nhiệm vụ skin Nhiệm vụ skin
ID pgmmdbcpdhghdkebnijkloagbolfhfje
Official URL https://chromewebstore.google.com/detail/nhi%E1%BB%87m-v%E1%BB%A5-skin/pgmmdbcpdhghdkebnijkloagbolfhfje
Description Tiện ích kiểm tra keyword tìm kiếm trên google. Khi làm nhiệm vụ sẽ giúp trang web đích kiểm tra xem đã tìm kiếm đúng chưa.
File Size 45.48 KB
Installation Count 1,080
Current Version 0.3
Last Updated 2023-02-20
Publish Date 2023-02-20
Rating 4.64/5 Total 11 Ratings
Developer https://lmssplus.com
Email [email protected]
Payment Type free
Extension Website https://lmssplus.com
Help Page URL https://lmssplus.com/chat
Privacy Policy Page URL https://lmssplus.com/file_content/privacy-policy.html
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nhi\u1ec7m v\u1ee5 skin",
    "description": "Ti\u1ec7n \u00edch ki\u1ec3m tra keyword t\u00ecm ki\u1ebfm tr\u00ean google. Khi l\u00e0m nhi\u1ec7m v\u1ee5 s\u1ebd gi\u00fap trang web \u0111\u00edch ki\u1ec3m tra xem \u0111\u00e3 t\u00ecm ki\u1ebfm \u0111\u00fang ch\u01b0a.",
    "version": "0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Nhi\u1ec7m v\u1ee5 skin",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/32.png",
            "72": "icons\/72.png",
            "128": "icons\/128.png",
            "512": "icons\/512.png"
        }
    },
    "icons": {
        "32": "icons\/32.png",
        "72": "icons\/72.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    }
}