stoptherickroll

prevents rickrolling

什麼是stoptherickroll?

stoptherickroll是由KCGD開發的Chrome擴展程式,該擴展的主要功能是“prevents rickrolling”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載stoptherickroll擴展crx文件

下載stoptherickroll擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Become immune to the infamous rickroll without ever needing to memorize a link again! 

This extension uses a constantly growing database of rickroll links to make sure you never fall for the trap of being rickrolled. You can also add unknown rickroll links to the database by clicking the extension icon! If you come across a link that has a false positive of being a rickroll, you can add that to a local list of non-rickrolls that the extension wont block.

MAJOR BUG FIX: it works on all tabs now!

Fix #2: Fixed the extension (lost my last domain lol)                    

擴展基本資訊

名稱 stoptherickroll stoptherickroll
ID oebfckkemammikaaljgngbcgdbdljdcm
官方網址 https://chromewebstore.google.com/detail/stoptherickroll/oebfckkemammikaaljgngbcgdbdljdcm
簡介 prevents rickrolling
檔案大小 463 KB
安裝次數 359
目前版本 1.2
更新時間 2023-10-15
上架時間 2020-07-12
評分 5.00/5 共 8 次評分
開發者 KCGD
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stoptherickroll",
    "version": "1.2",
    "description": "prevents rickrolling",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "add rickroll"
    },
    "manifest_version": 2
}