Positive Subliminals Extra

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

Positive Subliminals Extraคืออะไร?

Positive Subliminals Extra เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gornidesign และคุณลักษณะหลักของมันคือ "Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious."

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

screenshot
screenshot

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

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

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

                        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?                    

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

ชื่อ Positive Subliminals Extra Positive Subliminals Extra
ID hdbihhcabekecplllmgknmmgjleamafi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/positive-subliminals-extr/hdbihhcabekecplllmgknmmgjleamafi
คำอธิบาย Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.
ขนาดไฟล์ 33.1 KB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2023-08-17
วันที่เผยแพร่ 2023-04-27
คะแนน 2.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา gornidesign
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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';"
    }
}