AntiRickRoll

Never gonna rickroll you, never gonna let you get rickrolled.

AntiRickRollคืออะไร?

AntiRickRoll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://antirickroll.com และคุณลักษณะหลักของมันคือ "Never gonna rickroll you, never gonna let you get rickrolled."

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

screenshot
screenshot

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

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

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

                        AntiRickRoll is a browser extension that helps protect you from the classic internet prank of being rickrolled. If you've ever clicked on a link thinking it was going to take you to something interesting or informative, only to find yourself watching the "Never Gonna Give You Up" music video by Rick Astley, then you know how frustrating it can be.

With AntiRickRoll, you can browse the internet with peace of mind, knowing that the extension is silently working in the background to detect and block rickroll attempts. It's a simple and easy-to-use tool that is available for both Chrome and Firefox browsers.

One of the great things about AntiRickRoll is that it is privacy-respecting, meaning that it doesn't collect or share any of your browsing data. Additionally, the extension is frequently updated to ensure that it is effective at blocking the latest rickroll attempts.

Overall, if you're tired of falling victim to the rickrolling prank, then AntiRickRoll is the extension for you. It's a reliable and efficient tool that helps you stay productive and focused while browsing the web. Give it a try and experience the peace of mind that comes with knowing that you'll never get rickrolled again.                    

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

ชื่อ AntiRickRoll AntiRickRoll
ID mpnckpmpddjcgkpjkmmakcamjhceadne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/antirickroll/mpnckpmpddjcgkpjkmmakcamjhceadne
คำอธิบาย Never gonna rickroll you, never gonna let you get rickrolled.
ขนาดไฟล์ 74.4 KB
จำนวนการติดตั้ง 12,012
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2023-04-15
วันที่เผยแพร่ 2020-10-26
คะแนน 4.59/5 รวมทั้งหมด 58 คะแนน
ผู้พัฒนา https://antirickroll.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://antirickroll.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AntiRickRoll",
    "description": "Never gonna rickroll you, never gonna let you get rickrolled.",
    "version": "1.7",
    "content_scripts": [
        {
            "js": [
                "background\/content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "warn\/warn.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}