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 } |