Pewdiepie vs T-Series
I did my part, now its you turn, subscripe pewdiepie
什么是Pewdiepie vs T-Series?
Pewdiepie vs T-Series是由notindian开发的Chrome扩展程序,该扩展的主要功能是“I did my part, now its you turn, subscripe pewdiepie”。
扩展截图
下载Pewdiepie vs T-Series扩展crx文件
下载Pewdiepie vs T-Series扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
I did my part. Go and subscripe pewdiepie! Will show state off subscription between pewdiepie and t-series!
扩展基本信息
名称 | ![]() |
ID | lhkpfpgaonjffndbndcjpaediocjcplk |
官方URL | https://chrome.google.com/webstore/detail/pewdiepie-vs-t-series/lhkpfpgaonjffndbndcjpaediocjcplk |
简介 | I did my part, now its you turn, subscripe pewdiepie |
文件大小 | 10.99 KB |
安装次数 | 11 |
当前版本 | 1.0 |
更新时间 | 2018-12-06 |
上架时间 | 2018-12-06 |
评分 | 5.00/5 共1次评分 |
开发者 | notindian |
付费类型 | free |
支持的语言 | 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 } |