Clock To Bomb

Replaces the text 'clock' with 'bomb'.

Vad är Clock To Bomb?

Clock To Bomb är en Chrome-tillägg utvecklad av kpbballer, och dess huvudfunktion är "Replaces the text 'clock' with 'bomb'.".

Tilläggsskärmbilder

screenshot

Ladda ner Clock To Bomb-förlängningens CRX-fil

Ladda ner Clock To Bomb-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension changes the word 'clock' to the word 'bomb'.

I'm open source too, this is the GitHub link: https://github.com/kevinarefunny/clock-to-bomb                    

Grundläggande Information om Tillägg

Namn Clock To Bomb Clock To Bomb
ID ladhcjndigimcmjdcgddofpcjhnbkbhm
Officiell webbadress https://chromewebstore.google.com/detail/clock-to-bomb/ladhcjndigimcmjdcgddofpcjhnbkbhm
Beskrivning Replaces the text 'clock' with 'bomb'.
Filstorlek 3.81 KB
Antal Installationer 11
Aktuell Version 1.0
Senast Uppdaterad 2016-02-01
Publiceringsdatum 2016-02-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare kpbballer
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clock To Bomb",
    "version": "1.0",
    "description": "Replaces the text 'clock' with 'bomb'.",
    "icons": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}