No rick-roll

This extension warns you every time you click on a link that could involve a rick-roll.

No rick-rollคืออะไร?

No rick-roll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย level 8 และคุณลักษณะหลักของมันคือ "This extension warns you every time you click on a link that could involve a rick-roll."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No rick-roll

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

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

                        This chrome extension makes it so that if you try to open a youtube video with is a rickroll you are going to be prompted and asked if you want to continue or cancel. If you install it you will decrease the chance of being rickrolled.

This is an open-source extension so if you want to contribute and make it beter you can do so. Here is the GitHub link: https://github.com/Tim194/No-rick-roll                    

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

ชื่อ No rick-roll No rick-roll
ID oljmncocnnpghpdnmdffphhcanpgmkok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/no-rick-roll/oljmncocnnpghpdnmdffphhcanpgmkok
คำอธิบาย This extension warns you every time you click on a link that could involve a rick-roll.
ขนาดไฟล์ 13.38 KB
จำนวนการติดตั้ง 613
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-05-18
วันที่เผยแพร่ 2021-01-18
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา level 8
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No rick-roll",
    "version": "1.0.0",
    "description": "This extension warns you every time you click on a link that could involve a rick-roll.",
    "permissions": [
        "https:\/\/youtube.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}