Positive Subliminals Extra

Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.

Positive Subliminals Extra là gì?

Positive Subliminals Extra là một tiện ích mở rộng Chrome được phát triển bởi gornidesign, và tính năng chính của nó là "Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Positive Subliminals Extra

Tải xuống các tệp mở rộng Positive Subliminals Extra dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Experience positivity with our extension that displays uplifting messages while you browse. Choose from our existing categories or create your own affirmations. Need inspiration? ChatGPT can help. For best results, write each affirmation on a separate line and save your favorite phrases to easily access them again after any cache cleaning.” How does that sound?                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Positive Subliminals Extra Positive Subliminals Extra
ID hdbihhcabekecplllmgknmmgjleamafi
URL Chính Thức https://chromewebstore.google.com/detail/positive-subliminals-extr/hdbihhcabekecplllmgknmmgjleamafi
Mô tả Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.
Kích Thước Tệp 33.1 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2023-08-17
Ngày Phát Hành 2023-04-27
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển gornidesign
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Positive Subliminals Extra",
    "version": "2.2",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*"
    ],
    "description": "Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.",
    "icons": {
        "16": "Brain16.png",
        "48": "Brain48.png",
        "128": "Brain.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}