Pewdiepie vs T-Series

I did my part, now its you turn, subscripe pewdiepie

What is Pewdiepie vs T-Series?

Pewdiepie vs T-Series is a Chrome extension developed by notindian, and its main feature is "I did my part, now its you turn, subscripe pewdiepie".

Extension Screenshots

screenshot

Download Pewdiepie vs T-Series Extension CRX File

Download Pewdiepie vs T-Series 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

                        I did my part. Go and subscripe pewdiepie!
Will show state off subscription between pewdiepie and t-series!                    

Extension Basic Information

Name Pewdiepie vs T-Series Pewdiepie vs T-Series
ID lhkpfpgaonjffndbndcjpaediocjcplk
Official URL https://chrome.google.com/webstore/detail/pewdiepie-vs-t-series/lhkpfpgaonjffndbndcjpaediocjcplk
Description I did my part, now its you turn, subscripe pewdiepie
File Size 10.99 KB
Installation Count 11
Current Version 1.0
Last Updated 2018-12-06
Publish Date 2018-12-06
Rating 5.00/5 Total 1 Ratings
Developer notindian
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pewdiepie vs T-Series",
    "version": "1.0",
    "description": "I did my part, now its you turn, subscripe pewdiepie",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Show how WAR is going!"
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}