Rick Astley Bomb

Make every web page you visit turn into a rick astley video. Enjoy.

What is Rick Astley Bomb?

Rick Astley Bomb is a Chrome extension developed by kiko, and its main feature is "Make every web page you visit turn into a rick astley video. Enjoy.".

Extension Screenshots

screenshot

Download Rick Astley Bomb Extension CRX File

Download Rick Astley Bomb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This chrome extension will override any web page you visit in chrome to display and play a rick astley music video. Make sure to remove or disable the extension to turn off this functionality. RICK ROLL! Enjoy.                    

Extension Basic Information

Name Rick Astley Bomb Rick Astley Bomb
ID dhdldomiemobojfbagdkhbmiinjffioj
Official URL https://chrome.google.com/webstore/detail/rick-astley-bomb/dhdldomiemobojfbagdkhbmiinjffioj
Description Make every web page you visit turn into a rick astley video. Enjoy.
File Size 9.77 KB
Installation Count 522
Current Version 1.0.0
Last Updated 2019-09-20
Publish Date 2019-09-20
Rating 5.00/5 Total 3 Ratings
Developer kiko
Email [email protected]
Payment Type free
Privacy Policy Page URL https://rickastleybomb.mediabot.ca/privacy.php
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rick Astley Bomb",
    "description": "Make every web page you visit turn into a rick astley video. Enjoy.",
    "version": "1.0.0",
    "icons": {
        "128": "icon.PNG"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}