Dogetizer

so doge. many page.

Apa itu Dogetizer?

Dogetizer adalah ekstensi Chrome yang dikembangkan oleh http://drewworthey.com, dan fitur utamanya adalah "so doge. many page.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Dogetizer

Unduh file ekstensi Dogetizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Dogetizer allows you to view the web in a new way. By leveraging advanced Shiba Inu technology, this extension gives you a unique overview of each and every page that you visit, complete with multicolored Comic Sans.

Feeling generous?
Dogecoin: DT5bBE9GyD4MxLGmQdjK1thiEtpZ1jMMQW
Litecoin: LU4znFx5FPe2pwAuqnHftZc89CdBeaqnJw
Bitcoin: 1NNvP3WmCMxebLP47rukCS2LYTmkxMNfEo                    

Informasi Dasar Ekstensi

Nama Dogetizer Dogetizer
ID pljieaafopegobhofdbkgiofhgigcgii
URL Resmi https://chrome.google.com/webstore/detail/dogetizer/pljieaafopegobhofdbkgiofhgigcgii
Deskripsi so doge. many page.
Ukuran File 621 KB
Jumlah Instalasi 49
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2014-02-11
Tanggal Publikasi 2014-02-11
Penilaian 3.63/5 Total 8 Penilaian
Pengembang http://drewworthey.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogetizer",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "so doge. many page.",
    "homepage_url": "http:\/\/drewworthey.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "js\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/lexer\/lexer.js",
                "js\/lexer\/lexicon.js",
                "js\/lexer\/POSTagger.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}